mirror of
https://github.com/cc65/cc65.git
synced 2024-12-27 00:29:31 +00:00
Fixed a bug. High byte of the sector number is stored into the wrong place.
Reported by Stefan Haubenthal. git-svn-id: svn://svn.cc65.org/cc65/trunk@5579 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
8c1aed8b0f
commit
a564450415
@ -26,7 +26,7 @@ dio_params:
|
||||
|
||||
jsr popax
|
||||
sta dio_secnum
|
||||
stx dio_secnum
|
||||
stx dio_secnum+1
|
||||
|
||||
jsr popax ; get 3rd parameter
|
||||
pha ; save it
|
||||
|
Loading…
Reference in New Issue
Block a user