mirror of
https://github.com/hsoft/collapseos.git
synced 2024-11-05 15:20:56 +11:00
da371451cc
Now I struggle to remember why I ever did things they way I did. There must have been a reason...
13 lines
491 B
Plaintext
13 lines
491 B
Plaintext
RESERVED REGISTERS: At all times, IX points to RSP TOS and IY
|
|
is IP. SP points to PSP TOS, but you can still use the stack\
|
|
in native code. you just have to make sure you've restored it
|
|
before "next".
|
|
|
|
STABLE ABI: The boot binary starts with a list of references.
|
|
The address of these references have to stay to those addr-
|
|
esses. The rest of the Collapse OS code depend on it. In fact,
|
|
up until 0x67, the (?br) wordref, pretty much everything has
|
|
to stay put.
|
|
|
|
To assemble, run "282 LOAD".
|