1
0
mirror of https://github.com/hsoft/collapseos.git synced 2024-12-26 15:58:06 +11:00
collapseos/blk/731
Virgil Dupras 749fdf1b18 8086asm: add 8-bit JMP, MOVrI, INT,
Verified against nasm with equivalent code.
2020-06-12 11:29:00 -04:00

10 lines
152 B
Plaintext

H@ ORG !
JMP8, L1 FWR8 ( start )
L2 BSET ( msg )
," Hello, World!" 0 A,
L1 FSET ( start )
AH 0x42 MOVri,
0x10 INT,
SI L2 @ ( msg ) MOVrI,
PC ORG @ DUMP