So I have been experimenting with ds (define space) to get a fixed address but:
phase $8000 testlabel: incbin "file" ds 200 - testlabel checklabel: dephase
does not give $8000+200 at the checklabel but simply the end of the address that the file has. so the ds has added 0 bytes to te end. How do I fix this little problem?
EDIT: omg sometimes I am so blind. I have to define the lenght of the label first *sigh* well problem solved. My apologies for the post.
Login or register to post comments
