Searched defs:AX (Results 1 – 2 of 2) sorted by relevance
52 MOVW AX, usCriticalNesting ; Save the usCriticalNesting value. variable54 MOVW AX, pxCurrentTCB ; Save the Stack pointer. variable56 MOVW AX, SP variable70 MOVW AX, [HL] variable72 POP AX ; Restore usCriticalNesting value. variable76 POP AX ; Restore the ES register. variable81 POP AX ; Restore 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