
Ryan Patterson
Best app I have found so far for its purpose, however a couple issues prevent 5 star rating. When working on larger programs, debugging becomes very time-consuming without breakpoints, and the app had a tendency to crash on certain instructions or when assembling a large file all at once.
9 people found this review helpful

SharkFin
Would be really good, but the app crashes while typing certain things. Renaming a variable crashed it, typing CPY crashed it once I pressed P, and I'm sure there are plenty more I couldn't be bothered trying to find. Also you can save ask files, but can't delete or rename them. Find another app.
15 people found this review helpful

Landin Rominsky
Ran into a problem when running a program I made elsewhere: ROL does not work when addressed Indirectly to the Zero Page (ROL $56,X), completely disrupting my code as I've used it to multiply a number by two. I tried replaced it with LDA $56,X STA $56,X And it didn't work either. What's even weirder is that sometimes both indirect STA and indirect ROL will start working when testing in isolation. Other than that, the app isn't too bad