Searched refs:dasmw (Results 1 – 1 of 1) sorted by relevance
372 #define dasmw(x) \ macro379 #define dasmw(x) do { dasmb(x); dasmb((x)>>8); } while (0) macro380 #define dasmd(x) do { dasmw(x); dasmw((x)>>16); } while (0)430 case DASM_IMM_W: dasmw(n); break; in dasm_encode()
Completed in 6 milliseconds