Using imcc instead of assemble.pl?

2003-07-10 Thread Gregor N. Purdy
All -- I changed the Jako makefile to use imcc instead of assemble.pl, but I noticed that the mandelzoom example no longer cleared the screen between screen updates. So, I manually assembed its languages/jako/examples/mandelzoom.pasm with assemble.pl with the idea of comparing the results of

Re: Using imcc instead of assemble.pl?

2003-07-10 Thread Leopold Toetsch
Gregor N. Purdy wrote: All -- I changed the Jako makefile to use imcc instead of assemble.pl, but I noticed that the mandelzoom example no longer cleared the screen between screen updates. Sorry too fast sent - and I've overlooked that one: .const string CLS = \x1b[H\x1b[2J\x0

Re: Using imcc instead of assemble.pl?

2003-07-10 Thread Leopold Toetsch
Gregor N. Purdy wrote: All -- However, disassemble.pl dies while looking at the immc assembled version Imcc creates the new packfile format, which isn't in the perl utilities, because these don't use pack*.c. But you can do: $ make pdump $ ./pdump --terse --disassemble the.pbc $ make