alanvivona / gameboy

A gameboy assembler implemented from scratch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Optimizations

alanvivona opened this issue · comments

After making this work please don't forget about making some optimizations
like direct accessing the instruction set for each opcode as it's stored in order and avoiding using filter() going through the entire array when not needed