Home
last modified time | relevance | path

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

/dports/devel/tass64/64tass-1.56.2625-src/
H A Derror.h80 extern void err_msg_implied_reg(linepos_t, uint32_t);
H A Dinstruction.c433 …if (diagnostics.implied_reg && cnmemonic[ADR_REG] != 0) err_msg_implied_reg(epoint, mnemonic[prm]); in instruction()
H A Derror.c1253 void err_msg_implied_reg(linepos_t epoint, uint32_t cod) { in err_msg_implied_reg() function