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