boot sector with interrupts

This commit is contained in:
Carlos Fenollosa
2014-09-29 11:22:00 +02:00
parent e220e68eb0
commit 4a59641379
3 changed files with 62 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
; A simple boot sector program that loops forever
loop:
jmp loop
times 510-($-$$) db 0
dw 0xaa55