mirror of
https://github.com/hsoft/collapseos.git
synced 2024-11-08 10:38:06 +11:00
d8d2e05eb2
find is the biggest chunk of logic of the boot code. The 8086 version is significantly terser than the z80 one. REP/CMPS helps...
10 lines
181 B
Forth
10 lines
181 B
Forth
750 LOAD ( 8086 asm )
|
|
262 LOAD ( xcomp )
|
|
270 LOAD ( xcomp overrides )
|
|
812 817 LOADR
|
|
(entry) _
|
|
( Update LATEST )
|
|
PC ORG @ 8 + !
|
|
ORG @ 256 /MOD 2 PC! 2 PC!
|
|
H@ 256 /MOD 2 PC! 2 PC!
|