I was looking for something simple to try out with my rather cumbersome (*) but all the same operational
Virtual Machine running on the Pico6502. I chose to adapt the Apple][ version that appears above. So the code becomes
means a 16-bit object.
... which shows a part of the
vocabulary. If I run the code through the linux VM, it gives this picture
Code: Select all
......::::::::::::::::::::::,,,,,,,,,;;;;;-=+/S$+^--;;,,,,,,:::::::::::........
.......:::::::::::::::::::::,,,,,,,,,;;;--=%/$ ^^%-;;;;,,,,,:::::::::.........
........::::::::::::::::,,,,,,,,;;;,----==+ %==-;;;;,,:::::::::..........
........:::::::::::,::::,,,,,,,;;;-==++=^^/ %^+==----,,,,::::::..........
.....::::::::::::,,,,,,,,;;;;;;;--=^ &S% ^/^S=-;,::::::::::.......
...:::::::::::,,,,,,,,,,;;;;;;---++^ =;,,,,:::::::::.....
....:::::::::::,,,;;;---------===& %+--;;,,,:::::::......
.....::::::,,,,,,;;-=X++=^ +===+^% &&-;;,,,:::::::......
....::,,,,,,,,;;;;-=+% /$ #/^/% S-;;,,::::::::......
::::::,,,,,,;;;;;-==^/X # -;;,,,::::::::::::.
:::::,,,;;;;-----^/%& =-;;,,:::::::::::::.
::::,,;;--====+=/& $+-;;,,,,,,::::::::::.
::::, %^=--;;,,,,:::::::::::.
::::,,;;--====+=/& $+-;;,,,,,,::::::::::.
:::::,,,;;;;-----^/%& =-;;,,:::::::::::::.
::::::,,,,,,;;;;;-==^/X # -;;,,,::::::::::::.
....::,,,,,,,,;;;;-=+% /$ #/^/% S-;;,,::::::::......
.....::::::,,,,,,;;-=X++=^ +===+^% &&-;;,,,:::::::......
....:::::::::::,,,;;;---------===& %+--;;,,,:::::::......
...:::::::::::,,,,,,,,,,;;;;;;---++^ =;,,,,:::::::::.....
.....::::::::::::,,,,,,,,;;;;;;;--=^ &S% ^/^S=-;,::::::::::.......
........:::::::::::,::::,,,,,,,;;;-==++=^^/ %^+==----,,,,::::::..........
........::::::::::::::::,,,,,,,,;;;,----==+ %==-;;;;,,:::::::::..........
.......:::::::::::::::::::::,,,,,,,,,;;;--=%/$ ^^%-;;;;,,,,,:::::::::.........
......::::::::::::::::::::::,,,,,,,,,;;;;;-=+/S$+^--;;,,,,,,:::::::::::........
FINISHED
(*) I can't give any timing for the moment, because the "Pico6502" VM is, in fact, the linux version pushed through cc65 - with stdio and all the rest of it - and it spends 80% of it's time messing around with the C stack and only 20% doing any real work. More news soon on a more "native" 6502 version.