freem / freemlib-neogeo

library(-ish) and utils for programming the Neo-Geo
https://freem.github.io/freemlib-neogeo/
ISC License
30 stars 4 forks source link

fixmac_CalcVRAMAddr macro gives warnings when used multiple times in the same routine #1

Closed freem closed 8 years ago

freem commented 8 years ago

fixmac_CalcVRAMAddr macro gives warnings when used multiple times in the same routine. This is due to the temporary label used to ignore values $7000 and above.

freem commented 8 years ago

See if vasm allows for a way to fix this; the Motorola assembler allows this with a '\@' sequence.

freem commented 8 years ago

looks like this was fixed in 3818c17