7 lines
106 B
Text
7 lines
106 B
Text
|
|
main segment
|
||
|
|
start:
|
||
|
|
jmp start ;2 bytes
|
||
|
|
padding byte 508 dup (90h)
|
||
|
|
bootcode byte 55h,0AAh
|
||
|
|
main ends
|