Forum: Show Off your Projects Jun 6th, 2009 |
| Replies: 4 Views: 641 New WIP (slight improvement over the last one):
This one fixes the limitation of the last one:
The amound of lines that can be printed to the console window is 50... 48 filenames could be shown.... |
Forum: Show Off your Projects Jun 6th, 2009 |
| Replies: 4 Views: 641 New WIP (haven't updated here in a few days):
I haven't done much to the instruction set, but the code to load programs from file is much better now. It has a proper menu that lets you switch... |
Forum: Show Off your Projects Jun 2nd, 2009 |
| Replies: 4 Views: 641 Messing around with the bitshift operators, here are two simple example programs (they will be included in the next WIP and all later versions):
mov #1 255
shl 255 #31
cmp 255 #1
sho 255
chr #10... |
Forum: Show Off your Projects Jun 2nd, 2009 |
| Replies: 4 Views: 641 New WIP.
I've tested "bin", "shl" and "shr" in the debugger and they seem to work as intended.
Included in attached archive:
- Sample ASM programs
- zComp 4 WIP 2 source code
- zComp... |
Forum: Show Off your Projects Jun 2nd, 2009 |
| Replies: 4 Views: 641 Hello, I would first like to note that I posted this on programmingforums some time ago; go there to catch up on all the progress I've made: http://www.programmingforums.org/post169607.html
zComp... |
Forum: Show Off your Projects Feb 14th, 2009 |
| Replies: 2 Views: 528 New version:
Screenshots:
http://i59.photobucket.com/albums/g288/NightCrawler03X/zranp_007_save.png
http://i59.photobucket.com/albums/g288/NightCrawler03X/zranp_007_load.png
New features:
-... |
Forum: Show Off your Projects Feb 13th, 2009 |
| Replies: 2 Views: 528 I've also posted this on programmingforums: http://www.programmingforums.org/thread20557-4.html
Screenshot:
http://i59.photobucket.com/albums/g288/NightCrawler03X/zranp2.png
As it says in the... |