real-mode/vesa.asm
2024-03-02 16:17:28 +13:00

9 lines
89 B
NASM

org 0x7c00
mov ax, 0x4f02
mov bx, 0x118
int 0x10
times 510 - ($-$$) db 0
db 0x55, 0xaa