-
Using cc65 compiled today on Ubuntu 20.04
```
$ ca65 --version
ca65 V2.19 - Git 43881afc
```
When I assemble a file with the following contents:
```
.code
.align 256
firstlabel: rts
.res $1…
-
Get1stDirEntry() and GetNxtDirEntry() do not take into account the offpad directory entries. I can work on this. Relevant documentation for
**GetOffPageTrSc**: (C64, C128) mid-level $9036
Fun…
-
Hello! I am attempting to use my Laser 128 EX (an apple IIc clone with notably good compatibility), however I cannot use it due to the error "Can not open serial port", which I believe is due to the f…
-
For anyone wanting to map addresses back to C sources, parsing the dbgfile from ld65 seems to be the way forward.
The approach in this comment describes a workable method
https://github.com/cc65/c…
-
-
While investigating #892 to make the promotion of JMP/JSR optional rather than mandatory, and no longer the default, I discovered it's incapable of treating a proc marked far as a request to promote J…
-
# Simple Summary
Decrease the unit price of energy.
# Motivation
The energy unit price of the TRON network has been increased a couple of times during the last 2 years, making the substantial…
-
Should there be a way to restart the `getopt()` parsing? I know it is not standard, but in my case it would be really helpful. In some cases getopt() can be reset by setting `optind = 1;` but cc65 get…
-
The mapping to local Variable seems of by a few Bytes.
See screenshot for an example. In this screenshot, the method being called was passed a key code (Commodore F, which equals 187 or 0xee). As see…
-
In various pieces of compiler generated code you find patterns of the form
STA $08
STX $09
JMP $0008
which breaks on the HuC (DP at $2000) and also on 65c816 if you are running code outside of…