crawos/source/features/power.asm
2025-06-11 15:50:22 +01:00

7 lines
82 B
NASM
Executable File

os_reboot:
mov ax, 0x5307
mov bx, 0x0001
mov cx, 0x0003
int 0x19