hugomartin89 / c8-asm

Chip8 assembler written in C with help of GNU Flex and GNU Bison

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[WIP]

C8-ASM
======

C8-ASM is a Chip8 assembler written in C with help of GNU Flex and GNU Bison.
The assembler will take valid Chip8 assembly statements and generate the
correct machine instructions[1].

[1] For now it generates a string that is printed to the stdout stream. This is
    because it was designed to work with danirod's emulator (using --hex flag).
    You can find danirod's chip8 emulator here: http://www.danirod.es/chip8/

About

Chip8 assembler written in C with help of GNU Flex and GNU Bison

License:Other


Languages

Language:Yacc 53.4%Language:Lex 33.2%Language:C 9.9%Language:Makefile 3.5%