Bazz

Results 71 comments of Bazz

Consider analyzing whether the info in `.8BIT` is valid: ``` LSR 11 ; $46 $0B LSR 11 ; $4E $0B $00 ``` Reference: http://forums.nesdev.com/viewtopic.php?f=12&t=14128&sid=65d7dbd72c0fb1e01fb9ac4ddcfb9804&p=169347#p169347 EDIT: this documentation is currently valid...

relevant file:line# == write.c:795 Ville/someone-skilled-in-WLA I don't know if you're looking into this issue, so I'll try to do what I can and post hints as I learn. If someone...

I have discovered that this is ONLY the case with RAMSECTION labels and NOT .ENUM variables

bug_exhibition code example [I used huc6280, but I think it might be applicable to others]: http://botb.club/~bazz/wladx/issue53.zip [includes makefile/linkfile] ``` ;»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»» ; a small example showing the wla 65c02 syntax ;...

I have an assortment of responses and ideas. `If there was an easy way to make this better` My whole reasoning for using RAMSECTION is having a way to automatically...

bug_exhibition test for use when issue 52/53 are solved : http://botb.club/~bazz/wladx/generic_macro_test.zip

I don't want to argue about whether this a bug or enhancement, so let's go down to that exact issue I face. I'm having trouble relating to you because WLA-DX...

I understand your reasoning and I like your solution, but for a point of understanding - who can explain ##### why are labels forcibly interpreted as 8-bit I don't see...