Home
last modified time | relevance | path

Searched refs:ErrNum_NotOnThisAddress (Results 1 – 6 of 6) sorted by relevance

/dports/devel/asl/asl-current/
H A Derrmsg.h182 ErrNum_NotOnThisAddress = 1900, enumerator
H A Dcodecop4.c294 else if ((EProgCounter() >> 7) == 1) WrError(ErrNum_NotOnThisAddress); in DecodeJSRP()
H A Dasmerr.c494 case ErrNum_NotOnThisAddress: in ErrorNum2String()
H A Dcode48.c378 else if ((EProgCounter() & 0x7fe) == 0x7fe) WrError(ErrNum_NotOnThisAddress); in DecodeCALL_JMP()
H A Dcode65.c849 WrError(ErrNum_NotOnThisAddress); in DecodeNorm()
H A Dcode51.c1524 else if (Chk504(EProgCounter())) WrError(ErrNum_NotOnThisAddress); in DecodeABranch()