X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Fasm.h;h=3ae8fc6a5a8bd033265fab8eb72376f2cf45cf59;hb=70824fa23cfab34d521746524fc530bf19fe9064;hp=7a0431d4ee6635fee1de46f1a7fc366877f2d0a5;hpb=29779804200986ce903b5086441b49265a122dc5;p=fw%2Fsdcc diff --git a/src/asm.h b/src/asm.h index 7a0431d4..3ae8fc6a 100644 --- a/src/asm.h +++ b/src/asm.h @@ -25,6 +25,9 @@ struct _ASM_MAPPINGS /* The default asxxxx token mapping. */ extern const ASM_MAPPINGS asm_asxxxx_mapping; +extern const ASM_MAPPINGS asm_gas_mapping; +extern const ASM_MAPPINGS asm_a390_mapping; +extern const ASM_MAPPINGS asm_xa_asm_mapping; /** Last entry has szKey = NULL. */ @@ -32,4 +35,5 @@ void asm_addTree (const ASM_MAPPINGS * pMappings); char *FileBaseName (char *fileFullName); +char *printCLine (char *srcFile, int lineno); #endif