8 lines
43 B
NASM
8 lines
43 B
NASM
|
global hcf
|
||
|
|
||
|
hcf:
|
||
|
cli
|
||
|
loop:
|
||
|
hlt
|
||
|
jmp loop
|