Home
last modified time | relevance | path

Searched defs:instr_nop (Results 1 – 1 of 1) sorted by relevance

/hal_rpi_pico-latest/tools/pioasm/
Dpio_types.h479 struct instr_nop : public instr_mov { struct
480 instr_nop(const yy::location &l) : instr_mov(l, mov::y, mov::y) {} in instr_nop() function