izik1 / gbops

The most accurate Game Boy opcode table
https://izik1.github.io/gbops/
MIT License
46 stars 3 forks source link

Suggestions for Search Features #48

Open m0tholith opened 1 year ago

m0tholith commented 1 year ago

Just some things I would like to see

Regex support for name search Variable support for opcode search (ex. .opcode=0b0100?100 gives 0b01000100 and 0b01001100)

I would like to help but unfortunately I'm not experienced in TypeScript (and I also can't understand the code lol)