Replies: 3 comments
-
In the emu6800 environment (-me6800), support for stdin, stdout, and stderr has been added.
|
Beta Was this translation helpful? Give feedback.
-
Looks good so far! Is emu6800 small enough to be able to embed into the ACK source code? That way, it can be used to run the compiler tests. What's the code quality like? I don't know a great deal about cg. |
Beta Was this translation helpful? Give feedback.
-
emu6800 source is at https://github.com/EtchedPixels/Fuzix-Compiler-Kit/tree/main/test. Sizes:
Performance matches typical MC6800 stack machine speed, which is decent for a first try. cg/table pattern tweaks may improve speed by 10-20%. I'll check if cg can support the latter. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm porting ACK to the 8-bit MC6800 CPU for use with the emu6800 emulator. I'm using the cg code generator, but I'm having trouble adding the library, so runnable code isn't working yet. My current work is here: https://github.com/zu2/ack-6800
Any advice would be appreciated!
Beta Was this translation helpful? Give feedback.
All reactions