ASM register management

Ask anything your want about Megadrive/Genesis programming.

Moderator: BigEvilCorporation

TmEE co.(TM)
Very interested
Posts: 2440
Joined: Tue Dec 05, 2006 1:37 pm
Location: Estonia, Rapla City
Contact:

Post by TmEE co.(TM) » Fri Aug 01, 2008 7:00 pm

I find assembly simpler than C... I think in assembly, and my high level code resembles assembly code a bit... I'm pretty sure I'm gonna learn several more CPUs before trying C...
The more you write in assembly, the better you get at it, and sooner or later, you are writing oprimized code from the beginning and your programs start to work on the fisrt try... you should try your asm program every time you write some routine or something, as later on when you find your program doesn't work, you will be having great deal of fun figuring out the problem ;)
Mida sa loed ? Nagunii aru ei saa ;)
http://www.tmeeco.eu
Files of all broken links and images of mine are found here : http://www.tmeeco.eu/FileDen

furrykef
Interested
Posts: 30
Joined: Mon Jul 21, 2008 7:28 pm

Post by furrykef » Fri Aug 01, 2008 10:55 pm

Chilly Willy wrote:I can remember when I got Deep Blue C for the Atari and thought "why would anyone use this instead of assembly?" :lol:
If I had to work with a 6502, I'd ask that question too. :P

Chilly Willy
Very interested
Posts: 2984
Joined: Fri Aug 17, 2007 9:33 pm

Post by Chilly Willy » Sat Aug 02, 2008 1:36 am

furrykef wrote:
Chilly Willy wrote:I can remember when I got Deep Blue C for the Atari and thought "why would anyone use this instead of assembly?" :lol:
If I had to work with a 6502, I'd ask that question too. :P
I can see where some of the grunt work is easier in C... things like the GUI and initializing things, but the bulk of the program is generally just as easy if not easier to do in assembly as in C. The last major assembly project I did was about 95% assembly rather than 100%.

Post Reply