Pete's asm.ex
Pete
I've just found your asm converter on the Eu archive page. Excellent
work.
I'm having a problem though trying to convert a CALL instruction.
I have a subroutine labelled *match* and want to call it.
I tried
CALL match
and it skipped over during the conversion
I found in asm.txt thet you support CALL NEAR but how is it implemented?
so I tried
CALL NEAR match
and got the response
Invalid combination of operands: CALL NEAR match
confused and uncompiled
Terry
btw is there to be an updated version in the future?
|
Not Categorized, Please Help
|
|