0 Members and 1 Guest are viewing this topic.
So is this C or asm code. Either way it will be better than the Prizm snake I made in BASIC back in January. The problem with that was that drawing commands were way too slow and difficult to use. btw you will want to remove the text at the bottom of the menu icons because the OS automatically adds the the name of the app. Or you could just wait for me to finish my asm shell, but that could take anywhere from 2 weeks to 1 month to finish
sts.l pr,@-r15...stc @r15+,prrtsnop
The OS jumps to the program as if it's a subroutine, so you can just rts without generating any serious errors.
Quote from: Qwerty.55 on May 02, 2011, 06:15:28 pmThe OS jumps to the program as if it's a subroutine, so you can just rts without generating any serious errors.Are you sure about that? I've seen discussions on IRC where people have said that it's not like that...
sts.l pr,@-r15...lds.l @r15+,prrtsnop