RosettaCodeData/Task/Empty-program/8086-Assembly/empty-program-1.8086
2023-07-01 13:44:08 -04:00

6 lines
106 B
Text

main segment
start:
jmp start ;2 bytes
padding byte 508 dup (90h)
bootcode byte 55h,0AAh
main ends