|
|
|
|
|
by drmortalwombat
899 days ago
|
|
It turned out that for most cases, there is no gain by using an interpreter. Most code that does make any sense on a C64/6502 is compiled into a smaller and faster native version. For some code e.g. heavy floating point or many pointer indirection the interpreter wins on the memory size - but this is not a good use of a C64. |
|
https://en.wikipedia.org/wiki/SWEET16
https://www.youtube.com/watch?v=vGdEN9Z7owg