loadScaledArrayIndexIntoRegister(): useless type arg removed

This commit is contained in:
Irmen de Jong
2024-01-15 03:25:50 +01:00
parent 7de665d1e4
commit 828d83dbef
7 changed files with 50 additions and 48 deletions

View File

@@ -2,13 +2,10 @@ TODO
====
funcRor()/funcRol(): save carry flag before calculating array index otherwise it gets clobbered
rol/ror a membyte through a uword ptr
split words sort and reverse
split words any and all
loadScaledArrayIndexIntoRegister(): the type arg can be removed?
Mark had a compiler crash FatalAstException: invalid dt
...