Merge pull request #2677 from sintech/agat-support

Agat support
This commit is contained in:
Bob Andrews
2025-06-13 17:59:40 +02:00
committed by GitHub
36 changed files with 991 additions and 3 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);