mirror of
https://github.com/hsoft/collapseos.git
synced 2024-12-29 00:38:05 +11:00
15 lines
200 B
Plaintext
15 lines
200 B
Plaintext
H@ ORG !
|
|
JMP8, L1 FWR8 ( start )
|
|
L2 BSET ( msg )
|
|
," Hello, World!" 0 A,
|
|
L1 FSET ( start )
|
|
CLI,
|
|
AH 0 MOVri,
|
|
AL 2 MOVri,
|
|
0x10 INT,
|
|
SI L2 @ ( msg ) MOVrI,
|
|
AH 0x0e MOVri,
|
|
LODSB,
|
|
AL AL ORrr,
|
|
PC ORG @ DUMP
|