0x10c-DevKit
0x10c-DevKit copied to clipboard
0x10c DevKit
Is it possible for this project to be open-sourced at this point? Preferably under something like MIT License? Thanks
I encountered a bug where, upon attempting to run a .10c file, the build output hangs on "Building Solution...", the "0x10c DevKit has encountered a problem" window pops up, which...
start devkit 1.7.6 plugins->loaded plugins->mackapar...->configure disks error reporting window opens and devkit crashes
The program keeps generating an invalid URI when it attempts to read/write from/to the file system...
It is really annoying when you are debugging code to be forced to step into a macro. I would rather they be jumped over. Everytime I come across a macro,...
I cannot do (and I think I should be able to) do something like this with macros: # macro _sfLocal(offset) { ``` [b - offset + 1] ``` } set...
this goes into an infinite loop spamming the stack with return addresses :start ; local label .foo :.foo jsr foo ; jumps to :.foo(local) even though the "." is missing...
It would be nice to have Ctrl + '+' and Ctrl + '-' controlling the zoom in the code-editor
It took me a long time to figure out how to get the run button to work. It would essentially do nothing and gave no error message. Then I finally...
It would be nice if I could do, say: ``` DAT8 "ZOMG, hi!!", 0 ``` and it would put two octets per word in little-endian order (the zero at the...