Merge pull request #122 from groessler/a5200

new target: Atari 5200 console
This commit is contained in:
Oliver Schmidt
2014-05-30 22:52:51 +02:00
45 changed files with 1480 additions and 227 deletions

View File

@@ -205,6 +205,10 @@ static void SetSys (const char* Sys)
AbEnd ("Cannot use `module' as a target for the assembler");
break;
case TGT_ATARI5200:
NewSymbol ("__ATARI5200__", 1);
break;
case TGT_ATARI:
NewSymbol ("__ATARI__", 1);
break;