Skip to content

Commit

Permalink
Fix embarrassing mistake in hucc-codegen.asm that broke __asl.wi
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrandwood committed Sep 23, 2024
1 parent deb6354 commit f6adda2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/hucc/hucc-codegen.asm
Original file line number Diff line number Diff line change
Expand Up @@ -2501,7 +2501,7 @@ __asl.wi .macro
jsr aslw\1
.else
.if (\1 < 7)
sta.h __temp
sta __temp
tya
lsr a
jsr aslw\1
Expand Down

0 comments on commit f6adda2

Please sign in to comment.