Home
last modified time | relevance | path

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

/hal_rpi_pico-3.4.0/tools/pioasm/
Dpio_types.h384 struct instr_nop : public instr_mov { struct
385 instr_nop(const yy::location &l) : instr_mov(l, mov::y, mov::y) {} in instr_nop() argument