-
I wanted to verify recent ARP and ktcp changes, unfortunately, ELKS does not boot, it only prints:
```
ELKS...*****1!
Press key
```
-
I am researching if (and how) it is possible to generate debugging symbol information that would allow me to relate addresses to C source code. The map file that seems to be the current best source of…
-
First of all this I want to clarify that this is not a negative remark. I am amazed by Z88DK. I love it. It is significantly better and bigger than any other similar dev-kit in terms of size, scope, s…
-
See #158 for context
>
> 1 - [Introduction to Game Boy Hacking](http://pepijndevos.nl/sha2017/workshop.pdf) - Workshop introducing basic assembly, debugging and reverse engineering.
> 2 - [Every…
-
I just got a TI Nspire CXII CAS and I want to install Ndless but I can’t downgrade bc the new os has a feature exclusive to my device
-
Nowadays we have STRUCTs, but it's somewhat clumsy to handle OOP with them. It would be nice to have a CLASS keyword and the rest of the syntax framework to allow some easier OOP support.
-
When I build my code that contains ".ifdef", I'm getting an error message:
`Symbol "true" is not defined.`
So at the top of my main.a file that contains all my project included files, I make sur…
-
Hi
Sorry, I'm new to Visual Studio, I don't know whether it's up to extension or VS itself. But whenever I start typing in some text in code editor, keyword/operand coloring gets all messed up, exa…
-
I don't know how good the optimiser is, but was wondering if something like this might be a simple method for letting people create libraries:-
Create a directive .FUNCTION ... .ENDFUNCTION which w…
nww02 updated
4 years ago
-
I have a simple Config.a that get included once in my project, that looks like so:
```
Config .block
boot_menu = Test.Menu
.endblock
```
With 6502.Net from about a month ago, it assemble ju…