Skip to content

bloody76/Chip8-Disassembler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chip8-Disassembler

Translate a chip8 rom to semi-asm.

How can I test it ?

Through the next commands, you will be able to test the disassembler:

$ make

$ ./Chip8-Disassembler roms/rom

A line is composed as follow: 0xf229| set v2, I

The first column : 0xf229 corresponds to the hexadecimal opcode. The registers are represented with the character 'v' (for instance : v2 is the second register). 'I' is the pointer into the memory, DT the DelayTimer and ST the SoundTimer.

About

Translate a chip8 rom to semi-asm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages