Fix handling of several instructions
We are now handling all instructions we have implmeented, and their respective flags, correctly and we now pass test 3 and 4 from Timendus' CHIP-8 test suite!
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
CompileFlags:
|
||||
Add:
|
||||
- -I../lib
|
||||
- -I../libs
|
||||
- -Wall
|
||||
- -Wextra
|
||||
- -std=c++23
|
||||
- -g
|
||||
- -Werror
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
#define BYTECODE_READER_IMPLEMENTATION
|
||||
#include "reader.hpp"
|
||||
|
||||
#include <cstdio>
|
||||
|
||||
Reference in New Issue
Block a user