bobbimanners / EightBall

The Eight Bit Algorithmic Language for Apple II, Commodore 64 and VIC20
GNU General Public License v3.0
19 stars 3 forks source link

VM should use jump table #38

Closed bobbimanners closed 6 years ago

bobbimanners commented 6 years ago

cc65 is not compiling the switch() statement that selects on the opcode into a jump table. This could be made much more efficient!

bobbimanners commented 6 years ago

Implemented in v0.76.