mirror of
https://github.com/cc65/cc65.git
synced 2025-08-09 13:25:06 +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:
@@ -44,5 +44,8 @@ Found: tya
|
|||||||
ldx #>_tgi_mode_table
|
ldx #>_tgi_mode_table
|
||||||
sec ; Account for the mode byte
|
sec ; Account for the mode byte
|
||||||
adc #<_tgi_mode_table ; Return pointer to file name
|
adc #<_tgi_mode_table ; Return pointer to file name
|
||||||
rts
|
bcc @L1
|
||||||
|
inx
|
||||||
|
@L1: rts
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user