2020-06-18 07:40:20 -04:00
|
|
|
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,
|
2020-06-21 11:41:10 -04:00
|
|
|
DE BIN( @ 0x04 ( BOOT ) + LDdd(nn),
|
2020-06-18 07:50:20 -04:00
|
|
|
JR, L1 FWR ( execute, B301 )
|