1
0
mirror of https://github.com/hsoft/collapseos.git synced 2024-09-06 09:08:46 +10:00
collapseos/recipes/rc2014/conf.fs

7 lines
133 B
Forth
Raw Normal View History

2020-04-03 14:21:53 +11:00
0x8000 CONSTANT RAMSTART
0xf000 CONSTANT RS_ADDR
0x80 CONSTANT ACIA_CTL
0x81 CONSTANT ACIA_IO
RAMSTART 0x53 + CONSTANT ACIA_MEM
2020-04-03 14:21:53 +11:00