mirror of
https://github.com/hsoft/collapseos.git
synced 2024-12-25 17:18:06 +11:00
650481f849
Only its jump at 0x33 remains. I've also fixed a strange offset oddity in 8086's (n) placement. It was off by 2, but strangely, it ran properly. Anyway, now it's fixed.
16 lines
335 B
Plaintext
16 lines
335 B
Plaintext
CODE >R
|
|
HL POP, 17 BCALL, ( 17 == pushRS )
|
|
;CODE
|
|
CODE R>
|
|
20 BCALL, ( 20 == popRS ) HL PUSH,
|
|
;CODE
|
|
CODE 2>R ( 0xa9 )
|
|
PC ORG @ 0x35 + ! ( stable ABI JP )
|
|
DE POP, HL POP,
|
|
17 BCALL, ( 17 == pushRS ) EXDEHL, 17 BCALL,
|
|
;CODE NOP, NOP, NOP,
|
|
CODE 2R>
|
|
20 BCALL, ( 20 == popRS ) EXDEHL, 20 BCALL,
|
|
HL PUSH, DE PUSH,
|
|
;CODE
|