-
Hi,
Sometimes, we saw that the .sym file generated by wla link is corrupted because one line in the file contains 1 zero more.
For instance :
```
0006fff9 SECTIONSTART_.rodata
0006fff9 tccs…
-
I think it would be more useful to emit a PEA instruction instead.
est77 updated
3 years ago
-
In a 65816 project I'm working on, I occasionally need to reference a 24-bit address in bank $7E, except with the $7E replaced with $00. (At least with LoROM on the SNES, the low $2000 bytes of RAM ar…
-
'nuff said...
For now I just write my projects in a way that I can get around this desire.. ie from a central Makefile and every file is referenced from the directory the makefile is in.
But making …
-
```
0080f9 a9 78 LDA #$0x78=>LAB_0080f9+1
0080fb 22 40 b1 02 JSL !>$DAT_02b140 = F0h
```
really should be
```
0080f9 a9 78 22 …
-
Hello,
From the [documentation](https://wla-dx.readthedocs.io/en/latest/wlaflags.html?highlight=wla%20options), the -s flag used with WLA do not create _sizeof_* definitions.
It seems to be igno…
-
.DL = define long word
.DD = define double long word
Is there any need for these as the currently supported CPUs are all 8bit?
-
I'm looking for comments from folks who are more familiar with the memory mapping of retro systems (specifically the SNES for now, but, with an eye on other stuff like NES, Genesis, whatever else we w…
-
Say you have an `.ENUM` starting with a 24-bit value, like this:
```
.ENUM $7E2000
TileMapBG1 dsb 2048
.ENDE
```
Next, when you try to get the low word of `TileMapBG1` into a 16-bit index regis…
-
Hello! I am trying to link a ramsection that is in a library, but I am getting an error wla-65816 -o main.o main.asm
wla-65816 -l ./libraries/controllers.lib ./libraries/controllers.asm
wlalink -v L…