Searched defs:AX (Results 1 – 2 of 2) sorted by relevance
64 MOVW AX, usCriticalNesting; variable67 MOVW AX, pxCurrentTCB; variable70 MOVW AX, SP variable92 MOVW AX, [ HL ] variable94 POP AX; variable100 POP AX; variable108 POP AX; variable
180 PUSH AX; /* Save AX Register to stack. */ variable193 MOVW AX, _usCriticalNesting; /* Save the _usCriticalNesting value. */ variable195 MOVW AX, _pxCurrentTCB; /* Save the Task stack pointer. */ variable197 MOVW AX, SP variable210 MOVW AX, _pxCurrentTCB; /* Restore the Task stack pointer. */ variable212 MOVW AX, [ HL ] variable214 POP AX; /* Restore _usCriticalNesting value. */ variable219 POP AX; /* Restore the ES register. */ variable228 POP AX; /* Restore AX. */ variable