Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and beginning April 20th, 2021 (Eastern Time) the Yahoo Answers website will be in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.

How to make a bootable Assembly program which prints integers from 1 to 10?

I wish to make a bootable Assembly program which prints integers from 1 to 10. How can I make this?

2 Answers

Relevance
  • ?
    Lv 7
    9 years ago
    Favorite Answer

    Read about the BIOS booting process and what it expects, set up your BIOS appropriately for your media, write the assembly code, and use a sector editor or some program you also write to place the resulting assembled and linked binary code (should be a .COM file format and NOT an .EXE format) onto the boot sector of your media. Then boot. It will work, if you do the steps correctly.

  • 9 years ago

    5

Still have questions? Get your answers by asking now.