Home
last modified time | relevance | path

Searched refs:PIC14_BMSK_CALL (Results 1 – 2 of 2) sorted by relevance

/dports/devel/gputils/gputils-1.5.0/libgputils/
H A Dgpopcode.h427 #define PIC14_BMSK_CALL (PIC14_MASK_CALL ^ PIC14_CORE_MASK) macro
577 #define PIC14_BMSK_BRANCH PIC14_BMSK_CALL
/dports/devel/gputils/gputils-1.5.0/gpasm/
H A Dlst.c195 ASSERT((Current_value & PIC14_BMSK_CALL) == 0); in _print_reloc()