Lines Matching full:aa
60 * mAA..AA,LLLL Read LLLL bytes at address AA..AA hex data or ENN
61 * MAA..AA,LLLL: Write LLLL bytes at address AA.AA OK or ENN
62 * XAA..AA,LLLL: Write LLLL binary bytes at address OK or ENN
63 * AA..AA
66 * cAA..AA Continue at address AA..AA SNN
69 * sAA..AA Step one instruction from AA..AA SNN
334 case 'X': /* XAA..AA,LLLL:<binary data>#cs */ in handle_exception()
336 case 'M': /* MAA..AA,LLLL: Write LLLL bytes at address AA.AA return OK */ in handle_exception()
366 case 'm': /* mAA..AA,LLLL Read LLLL bytes at address AA..AA */ in handle_exception()
449 case 's': /* sAA..AA Step one instruction from AA..AA(optional) */ in handle_exception()
451 case 'c': /* cAA..AA Continue from address AA..AA(optional) */ in handle_exception()