Mail Archives: djgpp-workers/1996/07/31/06:06:32
I've added more instructions to djasm: j(e)cxz, setcc, ret(f)d, sal, jmpf
abslolue, .org with fill. I think that's all my mods.
Good.
BTW, regmem doesn't seem to allow registers (which is good for setcc). Is this
behavioure caused by precedence and the need for the '%expect 2' line?
The "%expect 2" has something to do with the expression parser if I
recall. But there are many quirks in djasm and it is not worth the
while to fix it unless you have a specific need. The cause is the
ugly syntax of Intel's assembler language.
--------------cut-------------------
*** /djgpp/src/stub/djasm.y Thu Jul 25 15:36:16 1996
--- djasm.y Tue Jul 30 13:00:52 1996
The patch is slightly garbled -- probably just some wrapped lines.
Morten
- Raw text -