mirror of
https://github.com/yourtion/30dayMakeOS.git
synced 2026-03-23 21:40:20 +08:00
6 lines
58 B
Plaintext
6 lines
58 B
Plaintext
[BITS 32]
|
|
MOV AL,'A'
|
|
CALL 0xbe3
|
|
fin:
|
|
HLT
|
|
JMP fin |