1
0
mirror of https://github.com/cc65/cc65.git synced 2024-07-03 06:29:36 +00:00

fixed null parameter handling

git-svn-id: svn://svn.cc65.org/cc65/trunk@2325 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
izydorst 2003-08-15 19:54:57 +00:00
parent bc6dadb3db
commit a0209d0a86

View File

@ -16,9 +16,9 @@ DB_get2lines:
jsr popax
sta ptr3 ; fetch line 1
stx ptr3+1
ldx ptr3
ldx #ptr3
jsr checknull
ldx ptr4
ldx #ptr4
jmp checknull
checknull: