Skip to content

Latest commit

 

History

History
28 lines (24 loc) · 506 Bytes

README.md

File metadata and controls

28 lines (24 loc) · 506 Bytes

exomis, a toolset for chip8 development

written in odin

tools

emu: emulator

a chip8 emulator using raylib and microui
(emulator functioning, ui not complete)

odin run src -- path/to/rom.ch8

asmb: assembler

(future plans for docs)
(not complete)

odin run asmb -- path/to/code.asm

disasm: disassembler

(not complete)

odin run disasm -- path/to/rom.ch8

hexdiff: hex file comparison viewer

odin run hexdiff -- path/to/file1.ch8 path/to/file2.ch8