Search found 129 matches
- Mon Jan 24, 2011 1:05 pm
- Forum: Homebrew Projects
- Topic: [Work in Progress] Clarine
- Replies: 29
- Views: 16910
- Wed Dec 29, 2010 8:40 am
- Forum: Homebrew Projects
- Topic: Space Fighter
- Replies: 8
- Views: 9028
More Updates: 1) Missile collisions with the enemy ship should now be pixel perfect 2) Lives display added 3) Added missile limits (Infinite regular missiles, 1 EMP per round, 2 Trackers per round) 4) Updated threat assessment. The ship now takes longer to detect the missile making standard missile ...
- Mon Dec 27, 2010 6:24 am
- Forum: General Stuff
- Topic: 6502 Books
- Replies: 2
- Views: 1558
- Sat Dec 25, 2010 9:15 am
- Forum: General Stuff
- Topic: 6502 Books
- Replies: 2
- Views: 1558
6502 Books
Can ya'll recommend some good 6502 books? As a note, I already have 'Advanced 6502 Programming' by Rodnay Zaks.
- Sat Dec 25, 2010 8:32 am
- Forum: General Stuff
- Topic: Toxicity of ROM chips...
- Replies: 9
- Views: 3024
- Sat Dec 25, 2010 8:09 am
- Forum: General Stuff
- Topic: Merry ___
- Replies: 7
- Views: 2653
- Sat Dec 25, 2010 7:51 am
- Forum: General Stuff
- Topic: Merry ___
- Replies: 7
- Views: 2653
- Tue Dec 21, 2010 4:15 pm
- Forum: General Stuff
- Topic: Cartridge Ethics
- Replies: 44
- Views: 8576
On the note of a powerpak, if you have an EPROM programmer and eraser, you can take the board you need and solder in IC sockets instead of straight ICs. That way you can take out the IC and put it back. You can basically reuse the same IC for your testing. Only con is you need to remove the bar insi...
- Tue Dec 21, 2010 8:14 am
- Forum: General Stuff
- Topic: Cartridge Ethics
- Replies: 44
- Views: 8576
- Tue Dec 21, 2010 2:48 am
- Forum: General Stuff
- Topic: Cartridge Ethics
- Replies: 44
- Views: 8576
- Mon Dec 20, 2010 6:08 am
- Forum: phpBB Issues
- Topic: Toms_cool - Another Spambot poster
- Replies: 2
- Views: 5378
- Thu Dec 16, 2010 4:02 pm
- Forum: General Stuff
- Topic: Desired Compiler Features
- Replies: 32
- Views: 7671
That sounds like a really retarded teacher. :P Just tell him you'll be working with assembly, if that will be fine, and tell us how he answers to that. lol. Its not so much the teacher so much as it is the IB program and their rules on what you have to do to prove you have 'mastery' over the langua...
- Thu Dec 16, 2010 4:00 pm
- Forum: General Stuff
- Topic: Desired Compiler Features
- Replies: 32
- Views: 7671
I've decided that if the compiler it enough on its on, I'm going to through the compiler in with a small 'IDE' that basically just manages the current project you are on and offers syntax highlighting. Either way I will be writing some kind of compiler for fun at the very least. And FYI, I just wrap...
- Thu Dec 16, 2010 1:04 pm
- Forum: General Stuff
- Topic: Desired Compiler Features
- Replies: 32
- Views: 7671
- Wed Dec 15, 2010 8:06 pm
- Forum: General Stuff
- Topic: Desired Compiler Features
- Replies: 32
- Views: 7671
Well the one problem with only making a preprocessor is that my teacher wants us to read and/or write a binary file. I can't imagine ever having to do anything involving binary files for a preprocessor. Anyway regarding a compiler, aside from macros and block commenting, are there any other desirabl...