OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:M6811_Z_BIT
(Results
1 - 2
of
2
) sorted by null
/toolchain/binutils/binutils-2.25/include/opcode/
m68hc11.h
31
#define
M6811_Z_BIT
0x04 /* Zero */
/toolchain/binutils/binutils-2.25/opcodes/
m68hc11-opc.c
31
#define M6811_ZC_BIT
M6811_Z_BIT
|M6811_C_BIT
32
#define M6811_NZ_BIT M6811_N_BIT|
M6811_Z_BIT
33
#define M6811_NZV_BIT M6811_N_BIT|
M6811_Z_BIT
|M6811_V_BIT
34
#define M6811_NZC_BIT M6811_N_BIT|
M6811_Z_BIT
|M6811_C_BIT
36
#define M6811_ZVC_BIT
M6811_Z_BIT
|M6811_V_BIT|M6811_C_BIT
44
#define CHG_Z 0,0,
M6811_Z_BIT
67
#define SET_Z_CLR_NVC
M6811_Z_BIT
,M6811_NVC_BIT,0
69
#define SET_Z_CHG_HNVC
M6811_Z_BIT
,0,M6811_HNVC_BIT
[
all
...]
Completed in 36 milliseconds