>>13971930tut...
SET_COUNTER:
xor cx,cx
mov cx,1000 ; replace with user arg
ret
FINISH:
SET_MODE_TELETYPE:
push ax
xor ax,ax
mov ah, 0x0e ; teletype mode
int 0x10
pop ax
ret
SET_VIDEO_MODE:
push ax
mov ah,0x00 ; video
mov al,0x03 ; video mode
int 0x10 ; call interrupt 10
pop ax
ret
; //////////
; // DATA //
; //////////
MSG_DONE:
db ' --- Done',0
; //////////////////////
; // bootsector magic //
; // + padding //
; //////////////////////
times 510-($-$$) db 0 ;pad with zeros
dw 0xaa55 ;boot sector magic number
I will progress and interrupt their speak to our speak, then we have the tools of war.