add missing pseudo(s) for HUC6280, fix cpudetect for 6280

This commit is contained in:
mrdudz
2025-06-29 01:57:28 +02:00
parent 629252c562
commit cf8af80dce
6 changed files with 50 additions and 19 deletions

View File

@@ -224,6 +224,7 @@ struct DotKeyword {
{ ".IFP02X", TOK_IFP02X },
{ ".IFP4510", TOK_IFP4510 },
{ ".IFP45GS02", TOK_IFP45GS02 },
{ ".IFP6280", TOK_IFP6280 },
{ ".IFP816", TOK_IFP816 },
{ ".IFPC02", TOK_IFPC02 },
{ ".IFPCE02", TOK_IFPCE02 },
@@ -267,6 +268,7 @@ struct DotKeyword {
{ ".P02X", TOK_P02X },
{ ".P4510", TOK_P4510 },
{ ".P45GS02", TOK_P45GS02 },
{ ".P6280", TOK_P6280 },
{ ".P816", TOK_P816 },
{ ".PAGELEN", TOK_PAGELENGTH },
{ ".PAGELENGTH", TOK_PAGELENGTH },