Adam Sporka
- Flag inappropriate
- Show review history
I loved writing in a 6502 assembly language on my phone. One thing to consider: It would be lovely to introduce some frame synchronization mechanism (like VSYNC on old computers) so that it's possible to regulate the tempo of the execution. Important for games. At any rate, thanks for the enjoyable experience :-)
11 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
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