bearney74
bearney74
Durexforth is written in asm (and compiled with acme). So it should be somewhat easy to add. currently I can compile the code, but nothing shows up on the emulator....
make necessary changes to get emulator to work on ubuntu linux.
makefile does not work under linux. I get the following error when I try to run emulator/linux/makefile: ` make: *** No rule to make target 'obj/src/window.o', needed by 'hbc56emu'. Stop....
when someone types exit, the program does not exit. This pull request fixes that bug, and allows any input that starts with exit (or quit) in upper/lower, or mixed case...
Create a manager for LLM apis so that we can point microagents to openai, huggingfaces, or a localai instance, etc