-
unless there is already an option for it and i just didn't find it in the documentation...
but if not, then it just seems like a weird limitation to not allow for the 0x/0b prefixes to be used in reg…
-
Although this does not generate an error, I think it should.
I have a double-# in the immediate....
```
; immediate
processor 6502
org $1000
lda ##0 ; should be a…
-
It would be nice to have forward labels for the assembler - currently only anonymous backward labels are provided (using `-->` (note that this is a reuse of the old "next-screen" FIG-FORTH block word …
-
Is the hardware stack (page 1) underused by CC65?
If I understand well, parameters passing is done through registers + software stack.
Why is the software stack used in this case? I know the hardwar…
-
I was trying to write a program in assembly(I really wanted assembly programming, simply because it's much faster).
And I was using your assembler(https://github.com/therealfarfetchd/XC8010-Assembl…
-
I am really interested in this project and have just ordered a set of boards so that I can build 1 for myself. I would have preferred to order the boards populated but I can order the parts separately…
-
I've tried running Make.com on DOSBox and Windows 3.1 to seemingly no avail. I'm not too familiar with running 16-bit programs unfortunately.
Thanks for uploading all this stuff by the way.
-
When using `words` on an 80 column terminal, many lines will be slightly longer than 80 characters, see screenshot below.
I've been staring at `xt_words` for a while but I can't see anything w…
-
I know this has been said in a previous Issue that ASL Error Handling is pretty much a PITA but honestly its documentation if available at all is for someone like me super confusing at a point where i…
-
### Discussed in https://github.com/cc65/cc65/discussions/1886
>
>
>Originally posted by **MrVeink** October 29, 2022
>Was trying to find an answer for this and I did find that ca65 can assemble…