Posted By
Giuseppe on 2010-11-13 11:41:32
| Re: Assembly and interrupts: my first attempt. Help needed!
Thx everyone for the help about scan lines timing, they are very useful informations.
@csabo: about the "x/y to address" function, I've used a routine like the one you said, but it was not optimized like your! I love the code you posted, it is perfect I already modified mine and it works like a charm. TY! Oh, a little fix. You wrote:
"Change "ORG $2000" to "ORG $2002-2 / DW $2000""
I think it is:
"ORG $2000-2 / DW $2000"
In this way, it works fine (with PRG header) and code is located at $2000
|