Difference between revisions of "User:Stefan Haubenthal"

From Ninerpedia
Jump to navigation Jump to search
(→‎Links: mini_cortex)
Line 40: Line 40:
* https://www.ti99iuc.it/web/index.php?pageid=articoli_tech&artid=208#.Y-J5Cq2ZNXw
* https://www.ti99iuc.it/web/index.php?pageid=articoli_tech&artid=208#.Y-J5Cq2ZNXw
* https://github.com/petersobolev/99tro
* https://github.com/petersobolev/99tro
* http://www.stuartconner.me.uk/mini_cortex/mini_cortex.htm?fbclid=IwAR1mP5J9zep0qehF1HTG5VpKHxJJsk_wH6q8eZV376t4IWYVXWJuG18YSSM

Revision as of 20:43, 8 March 2024

I'm interested in assembler programming, right now I have a GPL project... 50 words? I'm interested in assembler programming, right now I have a GPL project... I'm interested in assembler programming, right now I have a GPL project... I'm interested in assembler programming, right now I have a GPL project... I'm interested in assembler programming, right now I have a GPL project...

Buggy: Example in TI Logo II http://shawweb.myzen.co.uk/stephen/times9.htm

Thanks Stefan- I think the errors are due to uncorrected OCR- try this instead: TO TREE :SIZE :ANGLE :LEVEL

IF :LEVEL = 0 THEN STOP
LEFT :ANGLE
FORWARD :SIZE * 2
TREE :SIZE :ANGLE :LEVEL - l
BACK :SIZE * 2
RIGHT 2 * :ANGLE
FORWARD :SIZE
TREE :SIZE :ANGLE :LEVEL - 1
BACK :SIZE
LEFT :ANGLE
END
TO WILLOW
TELL TURTLE
PENUP
BACK 24
PENDOWN
TREE 8 15 8
BACK 24
END

(Stephen)

TODO

  • Battlezone

Links