aboutsummaryrefslogtreecommitdiff
path: root/amforth-6.5/avr8/lib/recognizer-arch.frt
blob: 9f8cb521a397a8a436449239a354b033eb3d7e82 (plain)
1
2
3
4
5
6
7
8
\ platform specific core

\ #require eallot.frt

: recognizer ( size -- stack-id )
  \ allocate size + 1 cells in config space (eeprom, info flash)
  1+ cells ehere swap eallot dup 0 !e
;