-
Hi! A while ago, I noticed that, while working on a text adventure that uses Hidden64, I am unable to separate the strings in one module to separate memory areas. I tried both #pragma local-strings(…
-
When a previous declaration that introduced the tag name of an enum(?)/struct/union is visible, only this one form out of all forms without their member lists as a local declaration redeclares a local…
acqn updated
8 months ago
-
The heading is the full topic ;-)
-
When prompted to enter the mailbox directory, delete key does not enter a block character instead of deleting. Correcting this using the arrow keys afterword results in it unable to find the directory…
-
Due to a limit in the hardware that doesn't expose the read/write pin on the cartridge slot, expansion RAM in an Atari 2600 cartridge generally uses one of the address lines to indicate that cartridge…
-
an interesting macro to embed in the program where the compiler was used, such as semantic version or hash of the commit. in the old documentation that __CC65__ has this information but it doesn't see…
-
I am testing some basic input/output on the telestrat target thanks to @jedeoric help on setting up a working environment.
`getchar()` does not wait for the input
Code used:
```
#include
i…
-
Most Windows builds (32 or 64 bit) will have a 32-bit long type. As least some Linux builds have 64-bit long type.
While working on #2084 I discovered different behaviour between [our automated bui…
-
I believe ST is 0x9c on the B128/cbm610.
When compiling the sample file enumdevdir.c, cc65 generates this error message:
Unresolved external 'ST' referenced in:
cbm/getdevice.s(44)
cbm/getd…
-
Hi,
https://www.irata.online/#connecting and the mentioning of `tcpser` indicate that IRATA.ONLINE is actually accessed via a TCP connection.
Instead of using a serial connection to some TCP pro…