real-mode/vesa.asm

9 lines
89 B
NASM
Raw Normal View History

2024-03-02 16:17:28 +13:00
org 0x7c00
mov ax, 0x4f02
mov bx, 0x118
int 0x10
times 510 - ($-$$) db 0
db 0x55, 0xaa