aboutsummaryrefslogtreecommitdiff
path: root/amforth-6.5/avr8/lib/eallot.frt
blob: 73939cc72ec5bdfc0d19ec5ae87a3ee3371acb05 (plain)
1
2
3
4
5
\ allocate n bytes in EEPROM

: eallot ( n -- )
  ehere + to ehere
;