Tagged Questions

3
votes
3answers
391 views

Emulator Framework

Are there any good open source frameworks for developing computer system emulators? I am particularly interested in something written in Python or Java that can reduce the effort involved in ...
1
vote
2answers
85 views

Compare keystrokes - Assembly CCS64

I want to compare keystrokes in assembly (CCS64). If I type in the same key in a row I want to do something example: A A = do this but if I type this: A B = do something else Suggestions?