fokoid / chipper8

CHIP-8 interpreter in Rust
Apache License 2.0
0 stars 0 forks source link

rework arithmetic parsing and syntax #102

Closed fokoid closed 1 year ago

fokoid commented 1 year ago

replace set add etc with arithmetic operators. this also allows combining previously separate instructions into a single arithmetic instruction.