T
T
thatmaniscool2020-03-12 02:53:09
assembler
thatmaniscool, 2020-03-12 02:53:09

What program can be used to convert asm to com?

What program can be used to convert an asm file to com to work from under DOS.
I am a first-year student, I wrote a simple program that simply outputs the registers AX, DX bit by bit.
But the fact is that they only accept in COM, while the freedos emulator does not allow you to save files as com.
What should I do to pass the lab?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
L
longclaps, 2020-03-12
@longclaps

You won't believe it - with the help of COM-pilator and linker .
You give the COM-piller an instruction to COM-pill into a tiny model, and everything works out.

S
Sergey Gornostaev, 2020-03-12
@sergey-gornostaev

You can use a regular text editor. true story.

V
Vladimir Korotenko, 2020-03-12
@firedragon

fasm
https://flatassembler.net/download.php
tasm
look for
masm
is also searched on the Internet or comes as part of the PlatformSDK
may be needed if you write windows programs

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question