Change commentary

This commit is contained in:
manzerbredes 2015-07-17 17:50:28 +04:00
parent cd26dde8c5
commit c675b3994c

View file

@ -1,10 +1,11 @@
;Start 16 BITS bootloader program
[BITS 16]
;Save the first adress in with start label
;Save the first adress with a label to complete the MBR at the end.
start:
;Init CPU registers
mov ax, 0x0C70
mov ax, 0x0C70 ;Put bootloader adress in ax register
mov ds, ax ;Init data segment
;Complete the MBR with nothing