-
Create a list of assemblers for the 65C02 that have conditional assembly, are free / open source and will run on multiple platforms. Chose one. If all fails (unlikely), consider creating a new one fro…
-
Recently I played a little around [passing arguments via stack](http://6502org.wikidot.com/software-65816-parameters-on-stack) and I found behaviour that embarrasses me. It is possible that root cause…
aniou updated
5 years ago
-
A JSR or JMP from one bank to another can only work if it gets promoted to a JSL/JML. If the assembler failed to produce a 3-byte operand, the linker should throw an error when it's trying to fill in …
-
ddtrace version :
datadog-php-tracer_0.38.1_amd64.deb
Here are logs in php-fpm :
``
[29-Jan-2020 14:30:20] WARNING: [pool www] child 25657 said into stderr: "*** Error in `php-fpm: pool www'…
-
I have tried the following in the console (using Linux) and got the following output:
```
u@pc:my_first_snes_rom$ wla-65816 -vo first_snes_rom.asm first_snes_rom.obj
WLA 65816 Macro Assembler v9.…
-
Png formats now not accepting?
[Server thread/WARNING]: [Vehicles] 'police' has not got valid skin data, and so it has been disabled.
![police](https://user-images.githubusercontent.com/161697…
-
Since the 1.31 release all the colors have a yellow hue to them. When I downgrade to 1.30 this issue goes away. I have updated GPU drivers and run with the --disable-gpu flag without any success.
…
-
The sequence 20 xx xx (JSR) is not dissasembled correctly.
![image](https://user-images.githubusercontent.com/50844817/58366246-a8648200-7ecf-11e9-95d0-8ee14cf12723.png)
The tooltip for the err…
-
Any chance that the cc65 compiler will add 65816 native instruction support? I know the ca65 has the assembly support.
-
Right now it's not possible to do signed comparisons. Here is an example written for the GB platform:
```
if a as i8 < 0 {
debug_break();
}
```
This comparison fails to compile with some…