|
Atari coding BBS
Re: Aligning code |
Posted by: earx
|
Jul,08.2005-10:48
|
i've never gotten cnop to work. i think it was planned by devpac but never actually implemented.
gt turbo's way is best. i also just reserve:
BOUNDARY:= 256
SIZE:= 32000
move.l #screen,d0
addi.l #BOUNDARY-1,d0
clr.b d0
move.l d0,adr
adr: ds.l 1
screen: ds.b SIZE+BOUNDARY
|
[All messages in this thread] [Start new thread]
What's the anti-troll code? That's your personal code to be able to add comments and messages on the dhs.nu site.
Don't have a code or forgot it? Fix it here.
|