-
Recent firmware versions of the [1541 Ultimate II](http://www.1541ultimate.net/) cartridge allow the C64 to open TCP connections on its onboard ethernet interface. I use one, and it would be nice to b…
-
Sorry to bother you again. I have been succesful in building GEOS disks with a single application generated by CC65 on the disks. Works perfect,
However, I want to create a set of tools that ideall…
-
how to install this so that cc65 works?
ghost updated
1 month ago
-
i have code like this quite often:
```
foo += 0x800;
```
ie, adding (or substracting) from a variable, with the lowbyte of the constant being 0 (or even the lower 16 or 24 bits). the code generate…
-
What's wrong?
```
$ make samples-geos
c1541 -format "samples-geos,01" d64 samples-geos.d64
formatting in unit 8 ...
c1541 -attach samples-geos.d64 -geoswrite bitmap-demo.cvt; c1541 -attach sample…
-
Observed that a PRG binary output that works for a 40XX PET often will not work for a 20XX-series PET. This is as determined by dragging the generated binary (e.g. main.out) into VICE, with VICE conf…
-
1) Start a new model in SU2023
2) Take a component definition (`cdef`), for instance the Heather component, with name _Heather_
3) Change its name via `cdef.name = 'Fredo'`. This works fine. The com…
-
We have been noticing a slowdown on training that was introduced by our dataloader. Upon further checking, we identified the issue coming from the fact that our dataset class is maintaining a bunch of…
-
Example:
```
lda foo::bar ; fails
lda foo_bar ; workaround
.proc foo
bar: .byte 0
.endproc
foo_bar := foo::bar ; for workaround
```
The workaround is to define e.g. `foo_bar := foo:…
-
Same issues as Kyan Pascal with handling of case
BUG
2.5
## Description
Aztec C64 `SHELL.SYSTEM` has the same behaviour as Kyan Pascal's `KIX.SYSTEM`. The `ls` command lower-cases everyth…