]> git.ayabusa.dev Git - chipy-8.git/commit
added rom loading, reg and mem structure, and did the instruction decoder
authorayabusa <lebgpub@gmail.com>
Wed, 24 Dec 2025 17:40:09 +0000 (18:40 +0100)
committerayabusa <lebgpub@gmail.com>
Wed, 24 Dec 2025 17:40:09 +0000 (18:40 +0100)
commit622c5af4ab2ec99e9b81de275f7cdebb29e0d410
tree9b9243d953847dbf4a80b7102f748ebeee22b092
parentd2aedc7cf28e70d8b1ddf404d12ce65b34e87c36
added rom loading, reg and mem structure, and did the instruction decoder
.gitignore [new file with mode: 0644]
Makefile [new file with mode: 0644]
game.ch8 [new file with mode: 0644]
src/font.h [new file with mode: 0644]
src/main.c [new file with mode: 0644]
src/processor.c [new file with mode: 0644]
src/processor.h [new file with mode: 0644]