|
@@ -920,7 +920,7 @@ unit agz80vasm;
|
|
|
asmbin : 'vasmz80_std';
|
|
|
asmcmd : '-quiet -Fvobj -o $OBJ $EXTRAOPT $ASM';
|
|
|
supported_targets : [system_z80_embedded, system_z80_zxspectrum, system_z80_msxdos];
|
|
|
- flags : [af_needar{,af_smartlink_sections}];
|
|
|
+ flags : [af_needar,af_smartlink_sections];
|
|
|
labelprefix : '.L';
|
|
|
labelmaxlen : -1;
|
|
|
comment : '; ';
|