-
Wow, there is a lot of documentation out there. Can anyone suggest a reasonable point to dive in and learn? I have considerable assembly language experience with Z80 and 6502, but ITS/KA is a very d…
-
Hi Duke,
I am following your examples in assembler for the M4 board.
Once I was able to understand an example (the one in dnslookup.s), I tried to load it into a development environment to intro…
-
**Is your feature request related to a problem?**
No.
**Describe the suggested solution:**
Add support for new opcodes and addressing modes for the Z280 chip.
-
Right now, only the ZDS assembler is supported, but that's been made obsolete with fasmg, so it'd be nice to be able to use that.
Would also make things easier for TI-Planet's Project Builder when …
-
Hello,
Any advice on how to use it?
Cheers,
Paul
-
Hi,
It is just a question about feasibility.
Could the Snek could be compiled for Z80 based system? (having 64K based RAM, 32K ROM at most, 8 bits CPU).
Thanks,
Dominique
-
As per a recent conversation on IRC with @alberthdev; it'd be really nice if we could install the include files (contents of inc/) somewhere and spasm-ng would automatically pick up on them, at least …
-
Hi Steven,
thanks for the very enlightening talk about 8bitworkshop at KansasFest
2020.
I was unaware of 8bitworkshop, but I will surely use it for future
projects. It's really great.
In yo…
-
Hi! Thanks for this great extension. I seem to have a problem though.
It seems that code completion for things like register and label names provided by this extension is handled differently from o…
-
I'm probably being a bit dense (as well as being a bit of an inexperienced C user) but I'm not sure why the code below isn't working.
I am pretty sure that that ```argv[]``` and ```argc``` should …