-
I see that some PSG functions are provided in the lib:
https://github.com/cc65/cc65/blob/master/include/creativision.h
https://github.com/cc65/cc65/blob/master/libsrc/creativision/psg.s
but most …
-
I'm writing an ISA definition which has instructions that ignore some bits. How I'm writing it now: `50,0000,FF1F,H,U,,,,"JFS ?"`
The log file states a successful parsing of the instruction, yet th…
-
As mentioned in a post by Chema on the Defence Force forums, it would be very useful to be able to debug emulated Oric code from a full featured debugger (like Visual Studio or GDB) in addition to usi…
-
Following on from the `forceaddr off` issue, I had a problem with as65 not assembling and that's why I was attempting workarounds with `forceaddr`:
![image](https://user-images.githubusercontent.co…
-
[This code](https://github.com/mzattera/ugHAMURABI/blob/8f952803b7b0f8c806343ff3b84b858889409a59/ugHAMURABI.bas) compiles for all targets I tried, including C128. But when executed on C128 it breaks.
…
-
Hello,
I am trying to figure out the effort for writing a backend for a simple CPU. For this I compile simple functions and display the corresponding back-end tree.
For a the C function
char *strc…
-
It would be nice to finally de-crapify and de-egoify the project fully. Just make a new primary version and go backwards incompatible.
I'm fairly certain the blanket "license change" is also illega…
-
Hello,
The only reason I saw this is that I am writing a 6809 emulator and I made the same mistake.
RTI has a different behaviour according to the E bit, but which one exactly?
this code (and…
-
I may be wrong but I believe that the code generated for the following test cases is incorrect:
LDA $1234,PC
LDA -$1234,PC
03DA-A6 8D **12 34** 468 (10) LDA $1234,PC
03DE-A6 8D **E…
-
Hello,
Great Project !!! and thank you for sharing this.
I'm very interested to proceed with this Oric Clone version implementation, but I'm wondering if this prototype has been tested and is worki…