1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-01 13:41:34 +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:
uz 2012-03-08 18:59:41 +00:00
parent 8c1aed8b0f
commit a564450415

View File

@ -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