0x10c-DevKit icon indicating copy to clipboard operation
0x10c-DevKit copied to clipboard

0x10c DevKit

Results 41 0x10c-DevKit issues
Sort by recently updated
recently updated
newest added

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...

bug
nextrelease
teamapproved

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...

enhancement
teamapproved

It would be nice to have Ctrl + '+' and Ctrl + '-' controlling the zoom in the code-editor

enhancement

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...

enhancement

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...

enhancement