mirror of
https://github.com/hsoft/collapseos.git
synced 2024-11-06 02:10:57 +11:00
8c452f5add
Not comparing strings yet. Without asm tooling support, it's a big chunk to swallow at once. It's progressing well!
14 lines
386 B
Plaintext
14 lines
386 B
Plaintext
( BOOT DICT: There are only 3 words in the boot dict, but
|
|
these words' offset need to be stable, so they're part of
|
|
the "stable ABI" )
|
|
'E' A, 'X' A, 'I' A, 'T' A,
|
|
0 A,, ( prev )
|
|
4 A,
|
|
H@ XCURRENT ! ( set current tip of dict, 0x42 )
|
|
0x17 A, ( nativeWord )
|
|
;CODE
|
|
CODE FOO
|
|
AH 0x0e MOVri, ( print char ) AL 'X' MOVri, 0x10 INT,
|
|
L2 BSET JMPs, L2 @ RPCs,
|
|
;CODE
|