RosettaCodeData/Task/Empty-program/8086-Assembly/empty-program-1.8086

7 lines
106 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
main segment
start:
jmp start ;2 bytes
padding byte 508 dup (90h)
bootcode byte 55h,0AAh
main ends