Re: Another Jako example (now assembler)

2002-04-30 Thread Nick Glencross
Nick Glencross wrote: > Here's a nice little Jako example which draws a circle (oval, strickly > speaking!) using VT100 control codes, which means that it should work > in xterms, gnome-terminals, consoles and konsoles. I've been on holiday, so have only just got around to posting my reworke

Re: Another Jako example

2002-04-05 Thread Nick Glencross
Nick Glencross wrote: > Here's a nice little Jako example which draws a circle (oval, strickly > speaking!) using VT100 control codes, which means that it should work > in xterms, gnome-terminals, consoles and konsoles. One observation is that although scale_height is declared an integer, th

Another Jako example

2002-04-05 Thread Nick Glencross
Here's a nice little Jako example which draws a circle (oval, strickly speaking!) using VT100 control codes, which means that it should work in xterms, gnome-terminals, consoles and konsoles. Nice to have so many projects creating parrot byte code! Regards, Nick # # circle.jako Nic