Home
last modified time | relevance | path

Searched refs:DecodeEA (Results 1 – 3 of 3) sorted by relevance

/dports/devel/asl/asl-current/
H A Dcodemn2610.c567 static void DecodeEA(Word Code) in DecodeEA() function
1166 AddInstTable(InstTable, "B" , 0xc700, DecodeEA); in InitFields()
1167 AddInstTable(InstTable, "BAL" , 0x8700, DecodeEA); in InitFields()
1168 AddInstTable(InstTable, "IMS" , 0xc600, DecodeEA); in InitFields()
1169 AddInstTable(InstTable, "DMS" , 0x8600, DecodeEA); in InitFields()
H A Dcode77230.c358 static void DecodeEA(Word Index) in DecodeEA() function
784 AddInstTable(InstTable, "INCAR" , 1, DecodeEA); in InitFields()
785 AddInstTable(InstTable, "DECAR" , 2, DecodeEA); in InitFields()
H A Dcode78c10.c789 static void DecodeEA(Word Code) in DecodeEA() function
1016 AddInstTable(InstTable, NName, NCode, DecodeEA); in AddEA()