OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:M6811_N_BIT
(Results
1 - 2
of
2
) sorted by null
/toolchain/binutils/binutils-2.25/include/opcode/
m68hc11.h
30
#define
M6811_N_BIT
0x08 /* Negative */
/toolchain/binutils/binutils-2.25/opcodes/
m68hc11-opc.c
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
35
#define M6811_NVC_BIT
M6811_N_BIT
|M6811_V_BIT|M6811_C_BIT
37
#define M6811_NZVC_BIT M6811_ZVC_BIT|
M6811_N_BIT
60
#define CLR_N_CHG_ZVC 0,
M6811_N_BIT
,M6811_ZVC_BIT /* Used by lsr */
[
all
...]
Completed in 41 milliseconds