mwenge / uridium

Uridium (1986) by Andrew Braybrook

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

error with double defined range in uridium.asm line 6052:

neozeed opened this issue · comments

Ive tried version 1.54.1900 (recommended) & V1.56.2625 (latest) and they both have the same error while assembling

64tass -Wall -Wno-implied-reg --cbm-prg -o bin/ur.prg -L bin/list-co1.txt -l bin/labels.txt src/uridium.asm
64tass Turbo Assembler Macro V1.56.2625
64TASS comes with ABSOLUTELY NO WARRANTY; This is free software, and you
are welcome to redistribute it under certain conditions; See LICENSE!

Assembling file:   src/uridium.asm
Assembling file:   src/game_data.asm
Assembling file:   src/explosion_sprites.asm
Assembling file:   src/ship_sprites.asm
Assembling file:   src/enemy_sprites.asm
Assembling file:   src/charset.asm
src/uridium.asm:6052:15: error: double defined range
         .cdef "FF", $3F
               ^
Error messages:    1
Warning messages:  None
Passes:            2
make: *** [Makefile:12: uridium.prg] Error 1
jsteve@remlazar:~/src/arcade
```/uridium$

Thanks for spotting!