flag handling

This commit is contained in:
Nicholas Orlowsky 2024-01-31 12:05:04 -06:00
parent 4c8a4a7ddf
commit 9277a1c3fd
5 changed files with 104 additions and 39 deletions

View file

@ -32,7 +32,7 @@ yayacemu [PATH_TO_YOUR_ROM]
### Todo
- [x] Graphics
- [x] Corax+ Required Instructions
- [ ] Proper Flag Handling
- [x] Proper Flag Handling
- [ ] Working Input
- [ ] More Instructions
- [ ] Tetris Working Running
@ -46,3 +46,4 @@ yayacemu [PATH_TO_YOUR_ROM]
![Chip 8 Logo Demo](https://github.com/nickorlow/yayacemu/blob/main/screenshots/chip8-logo.png?raw=true)
![IBM Logo Demo](https://github.com/nickorlow/yayacemu/blob/main/screenshots/ibm-logo.png?raw=true)
![CORAX+ Test Demo](https://github.com/nickorlow/yayacemu/blob/main/screenshots/corax.png?raw=true)
![Flag Test Demo](https://github.com/nickorlow/yayacemu/blob/main/screenshots/flags.png?raw=true)