Search found 17 matches

by Bellum
Tue Jun 07, 2011 6:21 pm
Forum: NESdev
Topic: Obligatory newbie questions
Replies: 38
Views: 11271

Macros are not unlike inline functions in C++. Labels are like function names or variable names. The syntax for both depends on the assembler: asm6 does it one way and ca65 does it another. You mentioned that you use ca65, the assembler in the cc65 distribution; reading its manual will probably be ...
by Bellum
Tue Jun 07, 2011 5:41 pm
Forum: NESdev
Topic: Obligatory newbie questions
Replies: 38
Views: 11271

Obligatory newbie questions

Hiya. I ran into this site awhile back and really got interested in learning 6502 asm. I've written a little C++ and a little Java and Python, but nothing too big. I've been reading a book here and a tutorial there and now I've given myself a nice big headache. :lol: This low level stuff is seriousl...