First condes feature test

git-svn-id: svn://svn.cc65.org/cc65/trunk@463 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz
2000-11-20 23:05:52 +00:00
parent d2d7a2e31b
commit 23937f1dac
5 changed files with 47 additions and 45 deletions

View File

@@ -26,6 +26,7 @@ loop: ldy index
dey
jsr getbyt
sta jmpvec+1
sty index
jsr jmpvec
jmp loop