Merge branch 'master' into checksorted

This commit is contained in:
Bob Andrews
2025-06-14 02:16:34 +02:00
committed by GitHub
37 changed files with 1002 additions and 7 deletions

View File

@@ -350,6 +350,10 @@ static void SetSys (const char* Sys)
NewSymbol ("__RP6502__", 1);
break;
case TGT_AGAT:
NewSymbol ("__AGAT__", 1);
break;
default:
AbEnd ("Invalid target name: '%s'", Sys);