1
0
mirror of https://github.com/hsoft/collapseos.git synced 2024-07-20 02:48:27 +10:00
collapseos/blk/818
Virgil Dupras 6bc1738bfd pcat: implement (loop)
8086 asm is a lot terser than z80... Those indirect memory operations
are very handy.
2020-06-18 15:01:04 -04:00

6 lines
131 B
Plaintext

( find cont. )
DI 3 SUBxi, AX [DI] MOVx[], ( prev )
AX AX ORxx,
JNZ, AGAIN, ( loop )
AX INCx, ( NZ ) RETn,