Home
last modified time | relevance | path

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

/dports/devel/gputils/gputils-1.5.0/libgputils/
H A Dgpprocessor.h141 #define PIC16_BMSK_PAGE 0x00FF macro
H A Dgpprocessor.c2848 return ((Insn_address >> 8) & PIC16_BMSK_PAGE); in _check_page_pic16()
2856 return (Insn_address & (PIC16_BMSK_PAGE << 8)); in _page_addr_pic16()
2876 Page &= PIC16_BMSK_PAGE; in _set_page_pic16()