mirror of
https://github.com/hsoft/collapseos.git
synced 2024-11-06 00:30:55 +11:00
73623fff53
it seems I left my asm argument harmonization half done here. Instructions list at B208 doesn't correspond to many actual mnemonics. This mnemonic here was the worst offender.
14 lines
421 B
Plaintext
14 lines
421 B
Plaintext
PC ORG @ 1 + ! ( main )
|
|
SP PS_ADDR LDdn, IX RS_ADDR LDdn,
|
|
( 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(n),
|
|
SYSVARS 0x02 ( CURRENT ) + LD(n)HL,
|
|
HERESTART [IF]
|
|
HL HERESTART LDdn,
|
|
[THEN]
|
|
SYSVARS 0x04 + LD(n)HL, ( RAM+04 == HERE )
|
|
DE BIN( @ 0x04 ( BOOT ) + LDd(n),
|
|
JR, L1 FWR ( execute, B287 )
|