mirror of
https://github.com/cc65/cc65.git
synced 2025-04-04 21:33:30 +00:00
Fixed an error
git-svn-id: svn://svn.cc65.org/cc65/trunk@1835 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
dc207514dd
commit
38a33ebce8
@ -44,5 +44,8 @@ Found: tya
|
||||
ldx #>_tgi_mode_table
|
||||
sec ; Account for the mode byte
|
||||
adc #<_tgi_mode_table ; Return pointer to file name
|
||||
rts
|
||||
bcc @L1
|
||||
inx
|
||||
@L1: rts
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user