Kalvin Harlan
Kalvin Harlan
It's exactly what the title says. You send the code block from Discord or Matrix and it gets interpreted but it doesn't show the pretty block around it leading to...
Steps to reproduce... ``` git clone https://github.com/KnightOS/KnightOS.git cd KnightOS knightos init KnightOS --emulator=/cygdrive/c/Users/749859/Desktop/Wabbitemu.exe --assembler=scas --platform=TI84p make ``` Open Wabbit setup editor to use the debug rom found in `./knightos` When...
Added in an example showing how to compile `romgen` and `convertsav` using a gcc compiler. I figure `gcc` was the most commonly used and is supported on a very wide...
You could always add in a ``` in a,(4) and $08 ld a,41 ret z ``` right after the `rlc d \ ret nc`
Since you're already using an extension to inject js and css why can't we just use injection on the official discord website as well to make a one time PWA...
I remember mentioning a while back the idea of making floats easier to use by incorporating a Float Mode instead of `.`'s for everything. Well I want to add on...
The ability to maybe write you own menu hooks with a small scripting language. My main idea is to get all of the valid grammer tokens and fit them into...
This isn't an issue. Just a proof to show that you can compile and use spasm-ng online through repl.it. 