M
M
Muriam2019-03-05 07:45:26
assembler
Muriam, 2019-03-05 07:45:26

TASM. How to fix a bug in the program so that it starts?

5c7dff1af0952174367071.jpeg

Answer the question

In order to leave comments, you need to log in

1 answer(s)
J
jcmvbkbc, 2019-03-05
@Muriam

In order for it to run, it needs to be compiled, you still have a problem with this.

push ax dx
...
pop dx ax

tasm can't do that, sort of. If you want to put several registers on the stack, write push for each register separately.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question