mirror of
https://github.com/hsoft/collapseos.git
synced 2025-02-17 20:06:05 +11:00
10 lines
152 B
Plaintext
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
|