1
0
mirror of https://github.com/cc65/cc65.git synced 2025-01-12 02:30:44 +00:00

65c02 optimization

git-svn-id: svn://svn.cc65.org/cc65/trunk@1840 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
izydorst 2002-12-25 03:24:09 +00:00
parent 4f2a18d154
commit df88fc0a8a

View File

@ -64,7 +64,11 @@
sta jmpvec+1
sty exitfunc_index
jsr jmpvec ; Call the function
.ifpc02
bra doatexit
.else
jmp doatexit ; Next one
.endif
@L9: rts