Re: Jako patch

2001-09-18 Thread Gregor N. Purdy
Thanks. Applied. On Tue, 18 Sep 2001, Simon Cozens wrote: > This enables typecasting between I and N registers, fixes up the > error messages, and makes "var num" not require an assignment. > > I note that some pseudo-ops don't work, and "mod" doesn't work > as a pseudo op with a constant; nor

Jako patch

2001-09-18 Thread Simon Cozens
This enables typecasting between I and N registers, fixes up the error messages, and makes "var num" not require an assignment. I note that some pseudo-ops don't work, and "mod" doesn't work as a pseudo op with a constant; nor does "pow" and similar functions work at all. :( Thinking about how to