mirror of
https://github.com/hsoft/collapseos.git
synced 2024-11-06 08:10:55 +11:00
dbd283758c
Was previously referred to by name+find, which was wasteful.
14 lines
483 B
Plaintext
14 lines
483 B
Plaintext
PC ORG @ 1 + ! ( main )
|
|
( STACK OVERFLOW PROTECTION: See B76 )
|
|
SP PS_ADDR LDddnn, IX RS_ADDR LDddnn,
|
|
( HERE begins at RAMEND )
|
|
HL RAMSTART 0x80 + LDddnn,
|
|
RAMSTART 0x04 + LD(nn)HL, ( RAM+04 == HERE )
|
|
( LATEST is a label to the latest entry of the dict. It is
|
|
written at offset 0x08 by the process or person building
|
|
Forth. )
|
|
BIN( @ 0x08 + LDHL(nn),
|
|
RAMSTART 0x02 ( CURRENT ) + LD(nn)HL,
|
|
DE BIN( @ 0x04 ( BOOT ) + LDdd(nn),
|
|
JR, L1 FWR ( execute, B301 )
|