Search found 3 matches

by norik
Sat Jan 05, 2008 12:48 am
Forum: Programming
Topic: GCC porting on 6502-65816
Replies: 4
Views: 5406

by norik
Thu Jan 25, 2007 8:44 pm
Forum: Programming
Topic: writing relocatable modular assembly program
Replies: 3
Views: 4382

This just reaks of "HOMEWORK."

I had to suppose that someone will think about reaks.
No, honestly 6502 programming is just my hobby since childhood.
I am probably not a master in it, but I definitely can write working code and know all 6502 instructions and part of corresponding hexadecimal ...
by norik
Thu Jan 25, 2007 4:39 pm
Forum: Programming
Topic: writing relocatable modular assembly program
Replies: 3
Views: 4382

writing relocatable modular assembly program

Hello
I know how to write in asm when I decide where to store variables etc.
The easiest way for me is to write directly with POKE, I am not experienced in assemblers.
Now I want examples of asm code for modular programming using relocatable code.
for instance I need examples howto define hidden ...