Home
last modified time | relevance | path

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

/dports/lang/sdcc/sdcc-4.0.0/sdas/as8051/
H A Di51pst.c192 { NULL, "jc", S_BR, 0, 0x40 },
193 { NULL, "jnc", S_BR, 0, 0x50 },
194 { NULL, "jz", S_BR, 0, 0x60 },
195 { NULL, "jnz", S_BR, 0, 0x70 },
196 { NULL, "sjmp", S_BR, 0, 0x80 },
H A Di8051.h67 #define S_BR 60 /* branch */ macro
H A Di51mch.c462 case S_BR: /* JC, JNC, JZ, JNZ */ in machine()
/dports/lang/sdcc/sdcc-4.0.0/sdas/as8xcxxx/
H A Dds8pst.c284 { NULL, "jc", S_BR, 0, 0x40 },
285 { NULL, "jnc", S_BR, 0, 0x50 },
286 { NULL, "jz", S_BR, 0, 0x60 },
287 { NULL, "jnz", S_BR, 0, 0x70 },
288 { NULL, "sjmp", S_BR, 0, 0x80 },
H A Dds8.h88 #define S_BR 60 /* branch */ macro
H A Dds8mch.c595 case S_BR: /* JC, JNC, JZ, JNZ */ in machine()