Forum: Show Off your Projects Jun 6th, 2009 |
| Replies: 4 Views: 635 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: 635 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: 635 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: 635 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: 635 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: 525 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: Community Introductions Feb 13th, 2009 |
| Replies: 3 Views: 403 I'm a bit of both really, but leaning a bit more to the practical side. I often like to dive straight into code, but then a lot of the time I do put some planning/thinking into certain things. I... |
Forum: Show Off your Projects Feb 13th, 2009 |
| Replies: 2 Views: 525 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... |
Forum: Game Development Feb 11th, 2009 |
| Replies: 11 Views: 6,094 I would recommend the Blitzmax programming language.
http://www.blitzmax.com/ |
Forum: VB.NET Jan 26th, 2009 |
| Replies: 4 Views: 6,074 ' Replaces (with sRep) only the first instance of sDum in the string sMas
Function searchReplace(ByRef sMas As String, _
ByRef sDum As String, _
... |
Forum: C++ Jan 25th, 2009 |
| Replies: 8 Views: 410 I current know nothing about games programming, but what I am fully aware of is your inability to show the source code to your game.
Without it, helping parties will not actually be able to help... |
Forum: Geeks' Lounge Jan 25th, 2009 |
| Replies: 12 Views: 814 1) It's the software that is more resiliant to malware, not the hardware (the hardware that Windows would run on isn't susceptible to malware, it's the OS; but then again, Windows is actually quite... |
Forum: Geeks' Lounge Jan 25th, 2009 |
| Replies: 12 Views: 814 I was referring strictly to Apple computer that make use of Intel x86-compatible CPU's.
Hence my use of the term "IBM-Compatible PC".
So? A majority of GPL-licensed software programs violate the... |
Forum: Geeks' Lounge Jan 25th, 2009 |
| Replies: 12 Views: 814 I actually know a few people who have switched to Mac OSX (and by extension the Apple-sanctioned PC). When I ask them why, it's usually on the lines of "because they're so cute" or "they look so... |
Forum: Community Introductions Jan 24th, 2009 |
| Replies: 6 Views: 424 I can help, if you like (me studying vb.net too).
EDIT: Oh, you're using VB6. Nevermind. |
Forum: VB.NET Jan 24th, 2009 |
| Replies: 1 Views: 1,041 Awhile ago I wrote some functions to convert from isbn10 to isbn13, or from isbn13 to isbn10; and subsequently some function to validate isbn 10/13 numbers.
I thought I'd post them here to see... |
Forum: Geeks' Lounge Jan 24th, 2009 |
| Replies: 12 Views: 814 A mac? Yep, definitely, because I want to pay twice the amount for an IBM-compatible PC. Max OSX, in itself, is a great OS, but the hardware is a monetary-ripoff (in addition to being under-powered,... |
Forum: VB.NET Jan 24th, 2009 |
| Replies: 4 Views: 6,074 I'm fully aware that this thread is quite old now (I found it on google), but I wanted to post something here:
Here is my own search and replace function(s) for strings.
Just read in a textfile... |
Forum: Community Introductions Jan 24th, 2009 |
| Replies: 3 Views: 403 Just thought I'd pop in and say hi, since I've just signed up here.
Name: Well, what do you think I have an alias for?
Age: At this time of writing, 17.
Occupation: Student
Hobbies:... |