v0.76: implemented jump table to speed up VM

This commit is contained in:
Bobbi Webber-Manners 2018-06-03 18:19:35 -04:00
parent 4c883294be
commit e7b9153428
7 changed files with 909 additions and 598 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

File diff suppressed because it is too large Load Diff

View File

@ -14,5 +14,6 @@
.exportzp _fp := $a5
.exportzp _wordptr := $a7
.exportzp _byteptr := $a9
.exportzp _evalstack := $ab ; 32 bytes
.exportzp _tempword := $ab
.exportzp _evalstack := $ad ; 32 bytes