Home
last modified time | relevance | path

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

/dports/devel/asl/asl-current/
H A Derrmsg.h43 ErrNum_NotBitAddressable = 220, enumerator
H A Dcode51.c610 WrError(ErrNum_NotBitAddressable); in DecodeBitAdr()
615 WrError(ErrNum_NotBitAddressable); in DecodeBitAdr()
2401 if ((AdrByte & 7) != 0) WrError(ErrNum_NotBitAddressable); in DecodeSFR()
2406 if ((AdrByte & 0xe0) != 0x20) WrError(ErrNum_NotBitAddressable); in DecodeSFR()
H A Dasmerr.c216 case ErrNum_NotBitAddressable: in ErrorNum2String()