1
0
mirror of https://github.com/hsoft/collapseos.git synced 2024-10-05 12:10:55 +10:00
collapseos/blk/814
Virgil Dupras d8d2e05eb2 pcat: make find compare strings
find is the biggest chunk of logic of the boot code. The 8086 version
is significantly terser than the z80 one. REP/CMPS helps...
2020-06-15 06:23:19 -04:00

6 lines
130 B
Plaintext

L1 BSET PC 3 - ORG @ 0x34 + ! ( execute -- DI -> wordref )
AH AH XORrr,
AL [DI] MOVr[],
DI INCx, ( PFA )
AX JMPr,