mirror of
https://github.com/KarolS/millfork.git
synced 2024-11-01 05:05:32 +00:00
6502: Add missing instructions SHX and LAS
This commit is contained in:
parent
09359235c7
commit
7672ba008d
@ -557,6 +557,8 @@ object MosAssembler {
|
||||
il(SAX, IndexedX, 0x83)
|
||||
il(AHX, IndexedY, 0x93)
|
||||
il(SHY, AbsoluteX, 0x9C)
|
||||
il(SHX, AbsoluteY, 0x9E)
|
||||
il(LAS, AbsoluteY, 0xBB)
|
||||
|
||||
il(ANC, Immediate, 0x0B)
|
||||
il(ALR, Immediate, 0x4B)
|
||||
|
Loading…
Reference in New Issue
Block a user