Date: Wed, 31 Jul 1996 12:02:27 +0200 Message-Id: <199607311002.MAA14285@tyr.diku.dk> From: Morten Welinder To: bill_currie AT MAIL DOT TAIT DOT CO DOT NZ CC: djgpp-workers AT delorie DOT com In-reply-to: (message from Bill Currie on Wed, 31 Jul 1996 10:28:44 +1200) Subject: Re: djasm patch - more instructions 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