Replies: 2 comments
|
Yes. A while back I did implement most of a code generator and interpreter for a p-code system. I can't find it now, though. The architecture is most suited for a stack-based machine with each stack frame containing an array of locals. (In fact, that's pretty much what em is.) |
0 replies
|
I was thinking that a P-machine might be a good start, as Pascal is already available on the front end. Would the other languages work with something like the P-machine automatically? Could ACK be used to create something like a ZIL to Z-machine toolchain without a major rewrite of the existing code? |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
As there doesn't seem to be many existing configuration files for specific 8-bit machines, would it be possible (and practical) to create virtual machines for use with ACK instead?
Could ACK output byte code for such machines, or is this idea just pie in the sky?
All reactions