Files
30dayMakeOS/20_day/hlt.nas
2016-05-03 11:35:21 +08:00

6 lines
58 B
Plaintext

[BITS 32]
MOV AL,'A'
CALL 0xbe3
fin:
HLT
JMP fin