; Hardware Defines (not sure where else to put them) ;------------------------------ ?lcdWidth := 320 ?lcdHeight := 240 ;RAM Equates ;-------------------------------- ?ramStart := 0D00000h ?flags := 0D00080h ; location of OS Flags (+-80h) ?textFlagsLoc := 0D00085h ; location of Text Flags ?apdFlagsLoc := 0D00088h ; location of APD Flags ?appFlagsLoc := 0D0008Dh ; location of App Flags ?rclFlagsLoc := 0D0008Eh ; location of RCLQueue Flags ?shiftFlagsLoc := 0D00092h ; location of Shifting Flags ?mathprintFlagsLoc := 0D000C4h ; location of MathPrint Flags ?strtokPtr := 0D000FFh ; location of pointer used by C strtok ?printRoutine := 0D00108h ; stores pointer to printing routines (3 scrap) ?flashByte := 0D00125h ; used for writing to flash ?cellOverrideAddr := 0D00166h ?curCell := 0D0016Eh ; selected list cell ?SmallEditCancelParse := 0D001A4h ?curRowBackup := 0D0033Ch ; backup of curRow ?shiftFlagsLocBackup := 0D00358h ; backup of shiftFlagsLoc ?appFlagsLocBackup := 0D00366h ; backup of appFlagsLoc ?penRowBackup := 0D003E3h ; backup of penRow ?mathprintBackup := 0D003E6h ; backup of mathprint flags ?winLeftEdgeBackup := 0D003D2h ; backup of winLeftEdge ?catalogCurrentBackup := 0D003D3h ; backup of catalogCurrent ?menuCurrentSubBackup := 0D003D6h ; backup of menuCurrentSub ?menuNumMenusBackup := 0D003D8h ; backup of menuNumMenus ?menuCurrentBackup := 0D003DAh ; backup of menuCurrent ?cxCurAppBackup := 0D003DDh ; backup of cxCurApp ?curUnderBackup := 0D003E8h ; backup of curUnder ?appData := 0D00429h ; used for OFFSCRPT and ONSCRPT ?arcPtrEnd := 0D0052Fh ?tempSP := 0D0053Fh ; 3 byte scrap ?arcInfo := 0D00543h ?savedArcInfo := 0D0055Bh ?appBank_jump := 0D00584h ?kbdScanCode := 0D00587h ; scancode returned by GetCSC ?kbdLGSC := 0D00588h ?kbdPSC := 0D00589h ?kbdWUR := 0D0058Ah ?kbdDebncCnt := 0D0058Bh ?kbdKey := 0D0058Ch ?kbdGetKy := 0D0058Dh ?keyExtend := 0D0058Eh ?brightness := 0D0058Fh ?apdSubTimer := 0D00590h ?apdTimer := 0D00591h ?curTime := 0D00594h ?curRow := 0D00595h ?curCol := 0D00596h ?curOffset := 0D00598h ?curUnder := 0D00599h ?curYCol := 0D0059Ch ?curType := 0D0059Fh ?curXRow := 0D005A0h ?prevDData := 0D005A1h ?lFont_record := 0D005A4h ?sFont_record := 0D005C5h ?tokVarPtr := 0D005E9h ?tokLen := 0D005ECh ?indicCounter := 0D005F6h ?OP1 := 0D005F8h ?OP1M := 0D005FAh ?OP2 := 0D00603h ?OP2M := 0D00605h ?OP2EXT := 0D0060Ch ?OP3 := 0D0060Eh ?OP3M := 0D00610h ?OP4 := 0D00619h ?OP4M := 0D0061Bh ?OP5 := 0D00624h ?OP5M := 0D00626h ?OP6 := 0D0062Fh ?OP6M := 0D00631h ?OP6EXT := 0D00638h ?progToEdit := 0D0065Bh ?nameBuff := 0D00663h ?equ_edit_save := 0D0066Eh ?iMathPtr1 := 0D0066Fh ?iMathPtr2 := 0D00672h ?iMathPtr3 := 0D00675h ?iMathPtr4 := 0D00678h ?iMathPtr5 := 0D0067Bh ?asm_data_ptr1 := 0D0067Eh ?asm_data_ptr2 := 0D00681h ?asm_ram := 0D00687h ?textShadow := 0D006C0h ?textShadCur := 0D007C4h ?textShadTop := 0D007C7h ?textShadAlph := 0D007C8h ?textShadIns := 0D007C9h ?cxMain := 0D007CAh ?cxPPutAway := 0D007CDh ?cxPutAway := 0D007D0h ?cxReDisp := 0D007D3h ?cxErrorEP := 0D007D6h ?cxSizeWind := 0D007D9h ?cxPage := 0D007DCh ?cxCurApp := 0D007E0h ?cxPrev := 0D007E2h ; 23 bytes are shadows of cxMain through cxCurApp and appFlags ?cxAppReturn := 0D007EBh ?onSP := 0D007FAh ?promptRow := 0D00800h ?promptCol := 0D00801h ?promptIns := 0D00802h ?promptShift := 0D00803h ?promptRet := 0D00804h ?promptValid := 0D00807h ?varType := 0D00813h ?varCurrent := 0D00814h ?varClass := 0D0081Ch ?catalogCurrent := 0D0081Dh ; word at this location starting with 6007h corresponds to what is highlighted in catalog ?catalogCurrentBackupM := 0D00820h ; backup of catalogCurrent for menus ?menuAppDepth := 0D00823h ?menuCurrent := 0D00824h ?menuCurrentSub := 0D00825h ; holds current submenu index ?menuSelected := 0D00826h ; holds currently selected item in current submenu ?menuNumMenus := 0D00827h ; holds number of submenus for this menu ?menuNumItems := 0D00828h ; holds number of items in this submenu ?appFlagsBackup := 0D00829h ; iy+appFlags backup for menu stuff ?cursorFlagsBackup := 0D0082Ah ; iy+cursorFlags backup for menu stuff ?curGStyleBackup := 0D0082Bh ; curGStyle backup for menu stuff ?graphFlagsBackup := 0D0082Ch ; iy+graphFlags backup for menu stuff ?progCurrent := 0D0082Dh ;D0082E ; something used to execute apps with _NewContext0 ?userMenuSA := 0D00838h ?tempErrorMessage := 0D00842h ?ioPrompt := 0D00879h ?ioFlag := 0D00894h ?sndRecState := 0D00896h ?ioErrState := 0D00897h ?ioData := 0D008A1h ?penCol := 0D008D2h ?penRow := 0D008D5h ?rclQueue := 0D008D6h ?rclQueueEnd := 0D008D9h ?errNo := 0D008DFh ?errSP := 0D008E0h ?errOffset := 0D008E3h ?entryString := 0D008E6h ?entryResult := 0D008EAh ?statVarsOffset := 0D0117Fh ?asm_prgm_size := 0D0118Ch ?bstCounter := 0D0118Fh ?statVars := 0D01191h ?infVars := 0D013A4h ?infVar1 := 0D013ADh ?infVar2 := 0D013B6h ?infVar3 := 0D013BFh ?infVar4 := 0D013C8h ?infVar5 := 0D013D1h ?infVar6 := 0D013DAh ?infVar7 := 0D013E3h ?infVar8 := 0D013ECh ?infVar9 := 0D013F5h ?infVar10 := 0D013FEh ?infVar11 := 0D01407h ?infVar12 := 0D01410h ?infVar13 := 0D01419h ?infVar14 := 0D01422h ?infVar15 := 0D0142Bh ?infVar16 := 0D01434h ?infVar17 := 0D0143Dh ?infVar18 := 0D01446h ?infVar19 := 0D0144Fh ?infVar20 := 0D01458h ?curGStyle := 0D0146Dh ?curGY := 0D0146Eh ?curGY2 := 0D01470h ?curGX2 := 0D01471h ; currently selected equation while graphing ?freeSaveY := 0D01472h ?freeSaveX := 0D01474h ?XOffset := 0D014FAh ?YOffset := 0D014FCh ?lcdTallP := 0D014FDh ?pixWideP := 0D014FEh ?pixWide_m_1 := 0D014FFh ?pixWide_m_2 := 0D01501h ?lastEntryStkPtr := 0D01508h ?lastEntryStk := 0D0150Bh ?numLastEntries := 0D01D0Bh ?currLastEntry := 0D01D0Ch ?curPlotNumber := 0D01D45h ?curInc := 0D01D49h ?uXmin := 0D01D61h ?uXmax := 0D01D6Ah ?uXscl := 0D01D73h ?uYmin := 0D01D7Ch ?uYmax := 0D01D85h ?uYscl := 0D01D8Eh ?uThetMin := 0D01D97h ?uThetMax := 0D01DA0h ?uThetStep := 0D01DA9h ?uTmin := 0D01DB2h ?uTmax := 0D01DBBh ?uTStep := 0D01DC4h ?uPlotStart := 0D01DCDh ?unMax := 0D01DD6h ?uu0 := 0D01DDFh ?uv0 := 0D01DE8h ?unMin := 0D01DF1h ?uu02 := 0D01DFAh ?uv02 := 0D01E03h ?uw0 := 0D01E0Ch ?uPlotStep := 0D01E15h ?uXres := 0D01E1Eh ?uw02 := 0D01E27h ?Xmin := 0D01E33h ?Xmax := 0D01E3Ch ?Xscl := 0D01E45h ?Ymin := 0D01E4Eh ?Ymax := 0D01E57h ?Yscl := 0D01E60h ?ThetaMin := 0D01E69h ?ThetaMax := 0D01E72h ?ThetaStep := 0D01E7Bh ?TminPar := 0D01E84h ?TmaxPar := 0D01E8Dh ?Tstep := 0D01E96h ?PlotStart := 0D01E9Fh ?nMax := 0D01EA8h ?u0 := 0D01EB1h ?v0 := 0D01EBAh ?nMin := 0D01EC3h ?u02 := 0D01ECCh ?v02 := 0D01ED5h ?w0 := 0D01EDEh ?PlotStep := 0D01EE7h ?XresO := 0D01EF0h ?w02 := 0D01EF9h ?un1 := 0D01F02h ?un2 := 0D01F0Bh ?vn1 := 0D01F14h ?vn2 := 0D01F1Dh ?wn1 := 0D01F26h ?wn2 := 0D01F2Fh ?fin_N := 0D01F38h ?fin_I := 0D01F41h ?fin_PV := 0D01F4Ah ?fin_PMT := 0D01F53h ?fin_FV := 0D01F5Ch ?fin_PY := 0D01F65h ?fin_CY := 0D01F6Eh ?cal_N := 0D01F77h ?cal_I := 0D01F80h ?cal_PV := 0D01F89h ?cal_PMT := 0D01F92h ?cal_FV := 0D01F9Bh ?cal_PY := 0D01FA4h ?DeltaX := 0D01FAEh ?DeltaY := 0D01FB7h ?TraceStep := 0D0203Dh ?TblStart := 0D02267h ?DeltaTbl := 0D02270h ?Plot1MarkType := 0D0227Eh ?Plot1List1 := 0D0227Fh ?Plot1List2 := 0D02284h ?Plot1FreqList := 0D02289h ?Plot1XYOnOff := 0D0228Eh ?Plot1Color := 0D0228Fh ?Plot2MarkType := 0D02290h ?Plot2List1 := 0D02291h ?Plot2List2 := 0D02296h ?Plot2FreqList := 0D0229Bh ?Plot2XYOnOff := 0D022A0h ?Plot2Color := 0D022A1h ?Plot3MarkType := 0D022A2h ?Plot3List1 := 0D022A3h ?Plot3List2 := 0D022A8h ?Plot3FreqList := 0D022ADh ?Plot3XYOnOff := 0D022B2h ?Plot3Color := 0D022B3h ?ES := 0D022BAh ?seed1 := 0D022FCh ?seed2 := 0D02305h ?basic_prog := 0D0230Eh ?begPC := 0D02317h ?curPC := 0D0231Ah ?endPC := 0D0231Dh ?numArguments := 0D02320h ?cmdShadow := 0D0232Dh ?cmdShadCur := 0D02431h ?cmdShadAlph := 0D02433h ?cmdShadIns := 0D02435h ?cmdCursor := 0D02434h ?editTop := 0D02437h ?editCursor := 0D0243Ah ?editTail := 0D0243Dh ?editBtm := 0D02440h ?currListHighlight := 0D0244Bh ; word, this is offset into list for currently-highlighted element in list editor ?editSym := 0D0244Eh ; pointer to vat of variable being edited ?editDat := 0D02451h ; pointer to data of variable being edited ?currListPageOffset := 0D02457h ?currList := 0D02458h ?listName1 := 0D02459h ?listName2 := 0D0245Eh ?listName3 := 0D02463h ?listName4 := 0D02468h ?listName5 := 0D0246Dh ?listName6 := 0D02472h ?listName7 := 0D02477h ?listName8 := 0D0247Ch ?listName9 := 0D02481h ?listName10 := 0D02486h ?listName11 := 0D0248Bh ?listName12 := 0D02490h ?listName13 := 0D02495h ?listName14 := 0D0249Ah ?listName15 := 0D0249Fh ?listName16 := 0D024A4h ?listName17 := 0D024A9h ?listName18 := 0D024AEh ?listName19 := 0D024B3h ?listName20 := 0D024B8h ?currGrphStyle := 0D024BEh ?y1LineType := 0D024BFh ?y2LineType := 0D024C0h ?y3LineType := 0D024C1h ?y4LineType := 0D024C2h ?y5LineType := 0D024C3h ?y6LineType := 0D024C4h ?y7LineType := 0D024C5h ?y8LineType := 0D024C6h ?y9LineType := 0D024C7h ?y0LineType := 0D024C8h ?para1LineType := 0D024C9h ?para2LineType := 0D024CAh ?para3LineType := 0D024CBh ?para4LineType := 0D024CCh ?para5LineType := 0D024CDh ?para6LineType := 0D024CEh ?polar1LineType := 0D024CFh ?polar2LineType := 0D024D0h ?polar3LineType := 0D024D1h ?polar4LineType := 0D024D2h ?polar5LineType := 0D024D3h ?polar6LineType := 0D024D4h ?secULineType := 0D024D5h ?secVLineType := 0D024D6h ?secWLineType := 0D024D7h ?y1LineColor := 0D024D8h ?y2LineColor := 0D024D9h ?y3LineColor := 0D024DAh ?y4LineColor := 0D024DBh ?y5LineColor := 0D024DCh ?y6LineColor := 0D024DDh ?y7LineColor := 0D024DEh ?y8LineColor := 0D024DFh ?y9LineColor := 0D024E0h ?y0LineColor := 0D024E1h ?para1LineColor := 0D024E2h ?para2LineColor := 0D024E3h ?para3LineColor := 0D024E4h ?para4LineColor := 0D024E5h ?para5LineColor := 0D024E6h ?para6LineColor := 0D024E7h ?polar1LineColor := 0D024E8h ?polar2LineColor := 0D024E9h ?polar3LineColor := 0D024EAh ?polar4LineColor := 0D024EBh ?polar5LineColor := 0D024ECh ?polar6LineColor := 0D024EDh ?secULineColor := 0D024EEh ?secVLineColor := 0D024EFh ?secWLineColor := 0D024F0h ?winTop := 0D02504h ?winBtm := 0D02505h ?winLeftEdge := 0D02506h ?winLeft := 0D02507h ?winAbove := 0D02509h ?winRow := 0D0250Bh ?winCol := 0D0250Dh ?fmtDigits := 0D0250Fh ?fmtString := 0D02510h ?fmtLeft := 0D02561h ?fmtIndex := 0D02564h ?fmtMatSym := 0D02567h ?fmtMatMem := 0D0256Ah ?tSymPtr1 := 0D0257Bh ?tSymPtr2 := 0D0257Eh ?chkDelPtr3 := 0D02581h ?chkDelPtr4 := 0D02584h ?tempMem := 0D02587h ?FPSbase := 0D0258Ah ?FPS := 0D0258Dh ?OPBase := 0D02590h ?OPS := 0D02593h ?pTempCnt := 0D02596h ?cleanTmp := 0D02598h ?pTemp := 0D0259Ah ?progPtr := 0D0259Dh ?newDataPtr := 0D025A0h ?pagedGetPtr := 0D025A3h ; 3 byte scrap (unstable) ?pagedPutPtr := 0D025A6h ?appErr1 := 0D025A9h ; use with _ErrCustom1 ?appErr2 := 0D025B6h ; use with _ErrCustom2 ?arcPtr := 0D025C8h ?appRawKeyHandle := 0D025CBh ?customHeight := 0D025CEh ?localLanguage := 0D025CFh ?hookExecTemp := 0D025D2h ?cursorHookPtr := 0D025D5h ?libraryHookPtr := 0D025D8h ?rawKeyHookPtr := 0D025DBh ?getKeyHookPtr := 0D025DEh ?homescreenHookPtr := 0D025E1h ?windowHookPtr := 0D025E4h ?graphHookPtr := 0D025E7h ?yEqualsHookPtr := 0D025EAh ?fontHookPtr := 0D025EDh ?regraphHookPtr := 0D025F0h ?graphicsHookPtr := 0D025F3h ?traceHookPtr := 0D025F6h ?parserHookPtr := 0D025F9h ?appChangeHookPtr := 0D025FCh ?catalog1HookPtr := 0D025FFh ?helpHookPtr := 0D02602h ?cxRedispHookPtr := 0D02605h ?menuHookPtr := 0D02608h ?catalog2HookPtr := 0D0260Bh ?tokenHookPtr := 0D0260Eh ?localizeHookPtr := 0D02611h ?silentLinkHookPtr := 0D02614h ?USBActivityHookPtr := 0D0261Ah ?tempFreeArc := 0D02655h ; set after _ArcChk call ?textFGcolor := 0D02688h ?textBGcolor := 0D0268Ah ?drawBGColor := 0D026AAh ?drawFGColor := 0D026ACh ?drawColorCode := 0D026AEh ?keyToStrRam := 0D026EAh ?sEditMonSp := 0D02706h ?bpSave := 0D02709h ?batteryStatus := 0D02A86h ?graphBGColor := 0D02A98h ?errorLineY := 0D02A1Bh ?errorLineX := 0D02A23h ?fillRectColor := 0D02AC0h ?statusBarBGColor := 0D02ACCh ?scrapMem := 0D02AD7h ; 3 byte scrap (unstable) ?TempOP2ToOP6 := 0D02B39h ; 55 bytes where OP2 to OP6 are temporary saved ?gCurYLoc := 0D02FD6h ; current y pixel location for C functions ;safeRAM Locations ;--------------------------------------------- ;appData equ 0D00429h ; 256 bytes ;textShadow equ 0D006C0h ; 260 bytes ; Call _ClrTxtShdw to put spaces in here ;cmdShadow equ 0D0232Dh ; 260 bytes ?pixelShadow := 0D031F6h ; 8400 bytes ?pixelShadow2 := 0D052C6h ; 8400 bytes ?cmdPixelShadow := 0D07396h ; 8400 bytes ?plotSScreen := 0D09466h ; 21945 bytes ; Set GraphDraw Flag to redraw graph if used ?saveSScreen := 0D0EA1Fh ; 21945 bytes ; Set GraphDraw Flag to redraw graph if used ?cursorImage := 0E30800h ; 1020 bytes ;semiSafeRAM Locations ;--------------------------------------------- ?usbArea := 0D13FD8h ; 14306 bytes used for usb, probably need to disable timer3/usb interrupts to use ?usbHandleKeys := 0D14091h ; zero this byte while using usbArea to keep GetCSC from affecting other parts of usbArea ?usbInited := 0D177B7h ; zero this byte while using usbArea and to reset the usb stack when interrupts are re-enabled ?heapBot := 0D1887Ch ; 1024 bytes used for flash ram routines, rest used rarely ?ramCodeTop := 0D18C7Ch ?heapTop := 0D1987Ch ?stackBot := 0D1987Eh ?stackTop := 0D1A87Eh ;RAM Equates Continued ;--------------------------------------------- ?userMem := 0D1A881h ?symTable := 0D3FFFFh ?vRam := 0D40000h ?vRamEnd := 0D65800h ;Ports ;-------------------------------- ?pCpuSpeed := 0001h ?pHardwareId := 0003h ;SHA256 Ports ;-------------------------------- ?pShaRange := 02000h ?mpShaRange := 0E10000h ?shaCtrl := 00h ; 1 byte ?pShaCtrl := 02000h ?mpShaCtrl := 0E10000h ?shaData := 10h ; 40h bytes ?pShaData := 02010h ?mpShaData := 0E10010h ?shaState := 60h ; 20h bytes ?pShaState := 02060h ?mpShaState := 0E10060h ;USB Ports ;-------------------------------- ?pUsbRange := 03000h ?mpUsbRange := 0E20000h ?usbCapLen := 0000h ?pUsbCapLen := 03000h ?mpUsbCapLen := 0E20000h ?usbHciVer := 0002h ?pUsbHciVer := 03002h ?mpUsbHciVer := 0E20002h ?usbHcsParams := 0004h ?pUsbHcsParams := 03004h ?mpUsbHcsParams := 0E20004h ?bUsbNumPorts := 0 ?bmUsbNumPorts := 0Fh ?bUsbPortPwrCtrl := 4 ?bmUsbPortPwrCtrl := 16 ?bUsbPortRoutRules := 7 ?bmUsbPortRoutRules := 128 ?bUsbNumPortsPerCC := 8 ?bmUsbNumPortsPerCC := 0F00h ?bUsbNumCC := 12 ?bmUsbNumCC := 0F000h ?bUsbPortIndics := 16 ?bmUsbPortIndics := 10000h ?bUsbDebugPortNum := 20 ?bmUsbDebugPortNum := 0F00000h ?usbHccParams := 0008h ?pUsbHccParams := 03008h ?mpUsbHccParams := 0E20008h ?bUsb64Bit := 0 ?bmUsb64Bit := 1 ?bUsbProgFrameList := 1 ?bmUsbProgFrameList := 2 ?bUsbAsyncSchedParkCap := 2 ?bmUsbAsyncSchedParkCap := 4 ?bUsbIsochSchedThresh := 4 ?bmUsbIsochSchedThresh := 0F0h ?bUsbEhciExtendCap := 8 ?bmUsbEhciExtendCap := 0FF00h ?usbHcspPortRout := 000Ch ?pUsbHcspPortRout := 0300Ch ?mpUsbHcspPortRout := 0E2000Ch ?usbCmd := 0010h ?pUsbCmd := 03010h ?mpUsbCmd := 0E20010h ?bUsbRunStop := 0 ?bmUsbRunStop := 1 ?bUsbHcReset := 1 ?bmUsbHcReset := 2 ?bUsbFrameListSize := 2 ?bmUsbFrameListSize := 12 ?bUsbPeriodicSchedEn := 4 ?bmUsbPeriodicSchedEn := 16 ?bUsbAsyncSchedEn := 5 ?bmUsbAsyncSchedEn := 32 ?bUsbIntAsyncAdvDrbl := 6 ?bmUsbIntAsyncAdvDrbl := 64 ?bUsbLightHcReset := 7 ?bmUsbLightHcReset := 128 ?bUsbAsyncSchedParkCnt := 8 ?bmUsbAsyncSchedParkCnt := 300h ?bUsbAsyncSchedParkEn := 11 ?bmUsbAsyncSchedParkEn := 200h ?bUsbIntThreshCtrl := 16 ?bmUsbIntThreshCtrl := 0FF0000h ?usbSts := 0014h ?pUsbSts := 03014h ?mpUsbSts := 0E20014h ?usbIntEn := 0018h ?pUsbIntEn := 03018h ?mpUsbIntEn := 0E20018h ?bUsbInt := 0 ?bmUsbInt := 1 ?bUsbIntErr := 1 ?bmUsbIntErr := 2 ?bUsbIntPortChgDetect := 2 ?bmUsbIntPortChgDetect := 4 ?bUsbIntFrameListOver := 3 ?bmUsbIntFrameListOver := 8 ?bUsbIntHostSysErr := 4 ?bmUsbIntHostSysErr := 16 ?bUsbIntAsyncAdv := 5 ?bmUsbIntAsyncAdv := 32 ?bUsbHcHalted := 12 ?bmUsbHcHalted := 1000h ?bUsbReclamation := 13 ?bmUsbReclamation := 2000h ?bUsbPeriodicSchedSts := 14 ?bmUsbPeriodicSchedSts := 4000h ?bUsbAsyncSchedSts := 15 ?bmUsbAsyncSchedSts := 8000h ?usbFrameIdx := 001Ch ?pUsbFrameIdx := 0301Ch ?mpUsbFrameIdx := 0E2001Ch ?bUsbFrameIdx := 0 ?bmUsbFrameIdx := 03FFFh ?usbCtrlDsSeg := 0020h ?pUsbCtrlDsSeg := 03020h ?mpUsbCtrlDsSeg := 0E20020h ?usbPeriodicListBase := 0024h ?pUsbPeriodicListBase := 03024h ?mpUsbPeriodicListBase := 0E20024h ?bUsbPeriodicListBase := 12 ?bmUsbPeriodicListBase := 0FFFFF000h ?usbAsyncListAddr := 0028h ?pUsbAsyncListAddr := 03028h ?mpUsbAsyncListAddr := 0E20028h ?bUsbAsyncListAddr := 5 ?bmUsbAsyncListAddr := 03FFFFFF8h ?usbPortStsCtrl := 0030h ?pUsbPortStsCtrl := 03030h ?mpUsbPortStsCtrl := 0E20030h ?bUsbCurConnSts := 0 ?bmUsbCurConnSts := 1 ?bUsbConnStsChg := 1 ?bmUsbConnStsChg := 2 ?bUsbPortEn := 2 ?bmUsbPortEn := 4 ?bUsbPortEnChg := 3 ?bmUsbPortEnChg := 8 ?bUsbOvercurrActive := 4 ?bmUsbOvercurrActive := 16 ?bUsbOvercurrChg := 5 ?bmUsbOvercurrChg := 32 ?bUsbForcePortResume := 6 ?bmUsbForcePortResume := 64 ?bUsbPortSuspended := 7 ?bmUsbPortSuspended := 128 ?bUsbPortReset := 8 ?bmUsbPortReset := 256 ?bUsbLineSts := 10 ?bmUsbLineSts := 512 ?bUsbPortPwr := 12 ?bmUsbPortPwr := 1024 ?bUsbPortOwner := 13 ?bmUsbPortOwner := 2048 ?bUsbPortIndicCtrl := 14 ?bmUsbPortIndicCtrl := 0C000h ?bUsbPortTestCtrl := 16 ?bmUsbPortTestCtrl := 0F00h ?bUsbWakeConnEn := 20 ?bmUsbWakeConnEn := 0100000h ?bUsbWakeDiscEn := 21 ?bmUsbWakeDiscEn := 0200000h ?bUsbWakeOvercurrEn := 22 ?bmUsbWakeOvercurrEn := 0400000h ?usbMisc := 0040h ?pUsbMisc := 03040h ?mpUsbMisc := 0E20040h ?bUsbAsyncSchedSleepTmr := 0 ?bmUsbAsyncSchedSleepTmr := 3 ?bUsbEof1Timing := 2 ?bmUsbEof1Timing := 12 ?bUsbEof2Timing := 4 ?bmUsbEof2Timing := 48 ?bUsbHostSuspend := 6 ?bmUsbHostSuspend := 64 ?usbOtgCsr := 0080h ?pUsbOtgCsr := 03080h ?mpUsbOtgCsr := 0E20080h ?bUsbBBusReq := 0 ?bmUsbBBusReq := 1 ?bUsbBHnp := 1 ?bmUsbBHnp := 2 ?bUsbBVbusDisc := 2 ?bmUsbBVbusDisc := 4 ?bUsbABusReq := 4 ?bmUsbABusReq := 16 ?bUsbABusDrop := 5 ?bmUsbABusDrop := 32 ?bUsbAHnp := 6 ?bmUsbAHnp := 64 ?bUsbASrpEn := 7 ?bmUsbASrpEn := 128 ?bUsbASrpMode := 8 ?usbASrpModeVbus := 0 ?usbASrpModeData := 0100h ?bmUsbASrpMode := 0100h ?bUsbIdFilt := 9 ?usbIdFiltShort := 0 ?usbIdFiltLong := 0200h ?bmUsbIdFilt := 0200h ?bUsbVbusFilt := 10 ?usbVbusFiltShort := 0 ?usbVbusFiltLong := 0400h ?bmUsbVbusFilt := 0400h ?bUsbHdiscFilt := 11 ?usbHdiscFiltShort := 0 ?usbHdiscFiltLong := 0800h ?bmUsbHdiscFilt := 0800h ?bUsbBSessEnd := 16 ?bmUsbBSessEnd := 010000h ?bUsbBSessVld := 17 ?bmUsbBSessVld := 020000h ?bUsbASessVld := 18 ?bmUsbASessVld := 040000h ?bUsbAVbusVld := 19 ?bmUsbAVbusVld := 080000h ?bUsbRole := 20 ?usbRoleHost := 0 ?usbRoleDev := 0100000h ?bmUsbRole := 0100000h ?bUsbId := 21 ?usbIdA := 0 ?usbIdB := 0200000h ?bmUsbId := 0200000h ?bUsbSpd := 22 ?usbSpdFull := 0 ?usbSpdLow := 0400000h ?usbSpdHigh := 0800000h ?bmUsbSpd := 0C00000h ?usbOtgIsr := 0084h ?pUsbOtgIsr := 03084h ?mpUsbOtgIsr := 0E20084h ?usbOtgIer := 0088h ?pUsbOtgIer := 03088h ?mpUsbOtgIer := 0E20088h ?bUsbIntBSrpComplete := 0 ?bmUsbIntBSrpComplete := 1 ?bUsbIntASrpDetect := 4 ?bmUsbIntASrpDetect := 16 ?bUsbIntAVbusErr := 5 ?bmUsbIntAVbusErr := 32 ?bUsbIntBSessEnd := 6 ?bmUsbIntBSessEnd := 64 ?bUsbIntRoleChg := 8 ?bmUsbIntRoleChg := 0100h ?bUsbIntIdChg := 9 ?bmUsbIntIdChg := 0200h ?bUsbIntOvercurr := 10 ?bmUsbIntOvercurr := 0400h ?bUsbIntBPlugRemoved := 11 ?bmUsbIntBPlugRemoved := 0800h ?bUsbIntAPlugRemoved := 12 ?bmUsbIntAPlugRemoved := 01000h ?usbIsr := 00C0h ?pUsbIsr := 030C0h ?mpUsbIsr := 0E200C0h ?usbImr := 00C4h ?pUsbImr := 030C4h ?mpUsbImr := 0E200C4h ?bUsbIntDev := 0 ?bmUsbIntDev := 1 ?bUsbIntOtg := 1 ?bmUsbIntOtg := 2 ?bUsbIntHost := 2 ?bmUsbIntHost := 4 ?bUsbIntLevel := 3 ?usbIntLevelLow := 0 ?usbIntLevelHigh := 8 ?bmUsbIntLevel := 8 ?usbDevCtrl := 0100h ?pUsbDevCtrl := 03100h ?mpUsbDevCtrl := 0E20100h ?bUsbRemoteWake := 0 ?bmUsbRemoteWake := 1 ?bUsbHalfSpd := 1 ?bmUsbHalfSpd := 2 ?bUsbGirqEn := 2 ?bmUsbGirqEn := 4 ?bUsbDevSuspend := 3 ?bmUsbDevSuspend := 8 ?bUsbDevReset := 4 ?bmUsbDevReset := 16 ?bUsbDevEn := 5 ?bmUsbDevEn := 32 ?bUsbDevSpd := 6 ?bmUsbDevSpd := 64 ?bUsbDevForceFullSpd := 9 ?bmUsbDevForceFullSpd := 0200h ?usbDevAddr := 0104h ?pUsbDevAddr := 03104h ?mpUsbDevAddr := 0E20104h ?bUsbDevAddr := 0 ?bmUsbDevAddr := 07Fh ?bUsbDevConf := 7 ?bmUsbDevConf := 080h ?usbDevTest := 0108h ?pUsbDevTest := 03108h ?mpUsbDevTest := 0E20108h ?bUsbTstClrFifo := 0 ?bmUsbTstClrFifo := 1 ?bUsbTstCxLp := 1 ?bmUsbTstCxLp := 2 ?bUsbTstClrEa := 2 ?bmUsbTstClrEa := 4 ?bUsbTstNoCrc := 3 ?bmUsbTstNoCrc := 8 ?bUsbTstNoTs := 4 ?bmUsbTstNoTs := 16 ?bUsbTstMode := 5 ?bmUsbTstMode := 32 ?bUsbNoSof := 6 ?bmUsbNoSof := 64 ?usbSofFrNum := 010Ch ?pUsbSofFrNum := 0310Ch ?mpUsbSofFrNum := 0E2010Ch ?bUsbSofFrNum := 0 ?bmUsbSofFrNum := 07FFh ?bUsbSofUFrNum := 11 ?bmUsbSofUFrNum := 03800h ?usbSofMtr := 0110h ?pUsbSofMtr := 03110h ?mpUsbSofMtr := 0E20110h ?bUsbSofMtrTmr := 0 ?bmUsbSofMtrTmr := 0FFFFh ?usbPhyTmsr := 0114h ?pUsbPhyTmsr := 03114h ?mpUsbPhyTmsr := 0E20114h ?bUsbUnplug := 0 ?bmUsbUnplug := 1 ?bUsbTstJState := 1 ?bmUsbTstJState := 2 ?bUsbTstKState := 2 ?bmUsbTstKState := 4 ?bUsbTstSe0Nak := 3 ?bmUsbTstSe0Nak := 8 ?bUsbTstPkt := 4 ?bmUsbTstPkt := 16 ?usbCxsr := 011Ch ?pUsbCxsr := 0311Ch ?mpUsbCxsr := 0E2011Ch ?usbCxFifo := 0120h ?pUsbCxFifo := 03120h ?mpUsbCxFifo := 0E20120h ?bCxFifoFin := 0 ?bmCxFifoFin := 1 ?bTstPktFin := 1 ?bmTstPktFin := 2 ?bCxFifoStall := 2 ?bmCxFifoStall := 4 ?bCxFifoClr := 3 ?bmCxFifoClr := 8 ?bCxFifoFull := 4 ?bmCxFifoFull := 16 ?bCxFifoEmpty := 5 ?bmCxFifoEmpty := 32 ?bFifo0Empty := 8 ?bmFifo0Empty := 0100h ?bFifo1Empty := 9 ?bmFifo1Empty := 0200h ?bFifo2Empty := 10 ?bmFifo2Empty := 0400h ?bFifo3Empty := 11 ?bmFifo3Empty := 0800h ?bFifoEmpty := 8 ?bmFifoEmpty := 0F00h ?usbIdle := 0124h ?pUsbIdle := 03124h ?mpUsbIdle := 0E20124h ?bUsbIdleMs := 0 ?bmUsbIdleMs := 7 ?usbGimr := 0130h ?pUsbGimr := 03130h ?mpUsbGimr := 0E20130h ?usbGisr := 0140h ?pUsbGisr := 03140h ?mpUsbGisr := 0E20140h ?bUsbDevIntCx := 0 ?bmUsbDevIntCx := 1 ?bUsbDevIntFifo := 1 ?bmUsbDevIntFifo := 2 ?bUsbDevIntDev := 2 ?bmUsbDevIntDev := 4 ?usbCxImr := 0134h ?pUsbCxImr := 03134h ?mpUsbCxImr := 0E20134h ?usbCxIsr := 0144h ?pUsbCxIsr := 03144h ?mpUsbCxIsr := 0E20144h ?bUsbIntCxSetup := 0 ?bmUsbIntCxSetup := 1 ?bUsbIntCxIn := 1 ?bmUsbIntCxIn := 2 ?bUsbIntCxOut := 2 ?bmUsbIntCxOut := 4 ?bUsbIntCxEnd := 3 ?bmUsbIntCxEnd := 8 ?bUsbIntCxErr := 4 ?bmUsbIntCxErr := 16 ?bUsbIntCxAbort := 5 ?bmUsbIntCxAbort := 32 ?bUsbIntCx := 0 ?bmUsbIntCx := 01Fh ?usbFifoRxImr := 0138h ?pUsbFifoRxImr := 03138h ?mpUsbFifoRxImr := 0E20138h ?usbFifoRxIsr := 0148h ?pUsbFifoRxIsr := 03148h ?mpUsbFifoRxIsr := 0E20148h ?bUsbIntFifo0Out := 0 ?bmUsbIntFifo0Out := 1 ?bUsbIntFifo0Spk := 1 ?bmUsbIntFifo0Spk := 2 ?bUsbIntFifo1Out := 2 ?bmUsbIntFifo1Out := 4 ?bUsbIntFifo1Spk := 3 ?bmUsbIntFifo1Spk := 8 ?bUsbIntFifo2Out := 4 ?bmUsbIntFifo2Out := 16 ?bUsbIntFifo2Spk := 5 ?bmUsbIntFifo2Spk := 32 ?bUsbIntFifo3Out := 6 ?bmUsbIntFifo3Out := 64 ?bUsbIntFifo3Spk := 7 ?bmUsbIntFifo3Spk := 128 ?bUsbFifoRxInts := 0 ?bmUsbFifoRxInts := 0FFh ?usbFifoTxImr := 013Ah ?pUsbFifoTxImr := 0313Ah ?mpUsbFifoTxImr := 0E2013Ah ?usbFifoTxIsr := 014Ah ?pUsbFifoTxIsr := 0314Ah ?mpUsbFifoTxIsr := 0E2014Ah ?bUsbIntFifo0In := 0 ?bmUsbIntFifo0In := 1 ?bUsbIntFifo1In := 1 ?bmUsbIntFifo1In := 2 ?bUsbIntFifo2In := 2 ?bmUsbIntFifo2In := 4 ?bUsbIntFifo3In := 3 ?bmUsbIntFifo3In := 8 ?bUsbFifoTxInts := 0 ?bmUsbFifoTxInts := 0Fh ?usbDevImr := 013Ch ?pUsbDevImr := 0313Ch ?mpUsbDevImr := 0E2013Ch ?usbDevIsr := 014Ch ?pUsbDevIsr := 0314Ch ?mpUsbDevIsr := 0E2014Ch ?bUsbIntDevReset := 0 ?bmUsbIntDevReset := 1 ?bUsbIntDevSuspend := 1 ?bmUsbIntDevSuspend := 2 ?bUsbIntDevResume := 2 ?bmUsbIntDevResume := 4 ?bUsbIntDevIsocErr := 3 ?bmUsbIntDevIsocErr := 8 ?bUsbIntDevIsocAbt := 4 ?bmUsbIntDevIsocAbt := 16 ?bUsbIntDevZlpTx := 5 ?bmUsbIntDevZlpTx := 32 ?bUsbIntDevZlpRx := 6 ?bmUsbIntDevZlpRx := 64 ?bUsbIntDevDmaFin := 7 ?bmUsbIntDevDmaFin := 128 ?bUsbIntDevDmaErr := 8 ?bmUsbIntDevDmaErr := 256 ?bUsbIntDevIdle := 9 ?bmUsbIntDevIdle := 512 ?bUsbIntDevWakeup := 10 ?bmUsbIntDevWakeup := 1024 ?bUsbDevInts := 0 ?bmUsbDevInts := 07FFh ?usbRxZlp := 0150h ?pUsbRxZlp := 03150h ?mpUsbRxZlp := 0E20150h ?usbTxZlp := 0154h ?pUsbTxZlp := 03154h ?mpUsbTxZlp := 0E20154h ?bUsbEp1Zlp := 0 ?bmUsbEp1Zlp := 1 ?bUsbEp2Zlp := 1 ?bmUsbEp2Zlp := 2 ?bUsbEp3Zlp := 2 ?bmUsbEp3Zlp := 4 ?bUsbEp4Zlp := 3 ?bmUsbEp4Zlp := 8 ?bUsbEp5Zlp := 4 ?bmUsbEp5Zlp := 16 ?bUsbEp6Zlp := 5 ?bmUsbEp6Zlp := 32 ?bUsbEp7Zlp := 6 ?bmUsbEp7Zlp := 64 ?bUsbEp8Zlp := 7 ?bmUsbEp8Zlp := 128 ?bUsbZlp := 0 ?bmUsbZlp := 0FFh ?usbIsoEasr := 0158h ?pUsbIsoEasr := 03158h ?mpUsbIsoEasr := 0E20158h ?bUsbEp1IsocAbort := 0 ?bmUsbEp1IsocAbort := 1 ?bUsbEp2IsocAbort := 1 ?bmUsbEp2IsocAbort := 2 ?bUsbEp3IsocAbort := 2 ?bmUsbEp3IsocAbort := 4 ?bUsbEp4IsocAbort := 3 ?bmUsbEp4IsocAbort := 8 ?bUsbEp5IsocAbort := 4 ?bmUsbEp5IsocAbort := 16 ?bUsbEp6IsocAbort := 5 ?bmUsbEp6IsocAbort := 32 ?bUsbEp7IsocAbort := 6 ?bmUsbEp7IsocAbort := 64 ?bUsbEp8IsocAbort := 7 ?bmUsbEp8IsocAbort := 128 ?bUsbEp1IsocErr := 16 ?bmUsbEp1IsocErr := 010000h ?bUsbEp2IsocErr := 17 ?bmUsbEp2IsocErr := 020000h ?bUsbEp3IsocErr := 18 ?bmUsbEp3IsocErr := 040000h ?bUsbEp4IsocErr := 19 ?bmUsbEp4IsocErr := 080000h ?bUsbEp5IsocErr := 20 ?bmUsbEp5IsocErr := 0100000h ?bUsbEp6IsocErr := 21 ?bmUsbEp6IsocErr := 0200000h ?bUsbEp7IsocErr := 22 ?bmUsbEp7IsocErr := 0400000h ?bUsbEp8IsocErr := 23 ?bmUsbEp8IsocErr := 0800000h ?usbInEp1 := 0160h ?pUsbInEp1 := 03160h ?mpUsbInEp1 := 0E20160h ?usbInEp2 := 0164h ?pUsbInEp2 := 03164h ?mpUsbInEp2 := 0E20164h ?usbInEp3 := 0168h ?pUsbInEp3 := 03168h ?mpUsbInEp3 := 0E20168h ?usbInEp4 := 016Ch ?pUsbInEp4 := 0316Ch ?mpUsbInEp4 := 0E2016Ch ?usbInEp5 := 0170h ?pUsbInEp5 := 03170h ?mpUsbInEp5 := 0E20170h ?usbInEp6 := 0174h ?pUsbInEp6 := 03174h ?mpUsbInEp6 := 0E20174h ?usbInEp7 := 0178h ?pUsbInEp7 := 03178h ?mpUsbInEp7 := 0E20178h ?usbInEp8 := 017Ch ?pUsbInEp8 := 0317Ch ?mpUsbInEp8 := 0E2017Ch ?usbOutEp1 := 0180h ?pUsbOutEp1 := 03180h ?mpUsbOutEp1 := 0E20180h ?usbOutEp2 := 0184h ?pUsbOutEp2 := 03184h ?mpUsbOutEp2 := 0E20184h ?usbOutEp3 := 0188h ?pUsbOutEp3 := 03188h ?mpUsbOutEp3 := 0E20188h ?usbOutEp4 := 018Ch ?pUsbOutEp4 := 0318Ch ?mpUsbOutEp4 := 0E2018Ch ?usbOutEp5 := 0190h ?pUsbOutEp5 := 03190h ?mpUsbOutEp5 := 0E20190h ?usbOutEp6 := 0194h ?pUsbOutEp6 := 03194h ?mpUsbOutEp6 := 0E20194h ?usbOutEp7 := 0198h ?pUsbOutEp7 := 03198h ?mpUsbOutEp7 := 0E20198h ?usbOutEp8 := 019Ch ?pUsbOutEp8 := 0319Ch ?mpUsbOutEp8 := 0E2019Ch ?bUsbEpMaxPktSz := 0 ?bmUsbEpMaxPktSz := 07FFh ?bUsbEpStall := 11 ?bmUsbEpStall := 0800h ?bUsbEpReset := 12 ?bmUsbEpReset := 01000h ?bUsbInEpTxNum := 13 ?bmUsbInEpTxNum := 06000h ?bUsbInEpSendZlp := 15 ?bmUsbInEpSendZlp := 08000h ?usbEp1Map := 01A0h ?pUsbEp1Map := 031A0h ?mpUsbEp1Map := 0E201A0h ?usbEp2Map := 01A1h ?pUsbEp2Map := 031A1h ?mpUsbEp2Map := 0E201A1h ?usbEp3Map := 01A2h ?pUsbEp3Map := 031A2h ?mpUsbEp3Map := 0E201A2h ?usbEp4Map := 01A3h ?pUsbEp4Map := 031A3h ?mpUsbEp4Map := 0E201A3h ?usbEp5Map := 01A4h ?pUsbEp5Map := 031A4h ?mpUsbEp5Map := 0E201A4h ?usbEp6Map := 01A5h ?pUsbEp6Map := 031A5h ?mpUsbEp6Map := 0E201A5h ?usbEp7Map := 01A6h ?pUsbEp7Map := 031A6h ?mpUsbEp7Map := 0E201A6h ?usbEp8Map := 01A7h ?pUsbEp8Map := 031A7h ?mpUsbEp8Map := 0E201A7h ?bUsbEpMapIn := 0 ?bmUsbEpMapIn := 0Fh ?bUsbEpMapOut := 4 ?bmUsbEpMapOut := 0F0h ?usbFifo0Map := 01A8h ?pUsbFifo0Map := 031A8h ?mpUsbFifo0Map := 0E201A8h ?usbFifo1Map := 01A9h ?pUsbFifo1Map := 031A9h ?mpUsbFifo1Map := 0E201A9h ?usbFifo2Map := 01AAh ?pUsbFifo2Map := 031AAh ?mpUsbFifo2Map := 0E201AAh ?usbFifo3Map := 01ABh ?pUsbFifo3Map := 031ABh ?mpUsbFifo3Map := 0E201ABh ?bUsbFifoEp := 0 ?bmUsbFifoEp := 0Fh ?bUsbFifoDir := 4 ?usbFifoOut := 00h ?usbFifoIn := 10h ?usbFifoBi := 20h ?bmUsbFifoDir := 30h ?usbFifo0Cfg := 01ACh ?pUsbFifo0Cfg := 031ACh ?mpUsbFifo0Cfg := 0E201ACh ?usbFifo1Cfg := 01ADh ?pUsbFifo1Cfg := 031ADh ?mpUsbFifo1Cfg := 0E201ADh ?usbFifo2Cfg := 01AEh ?pUsbFifo2Cfg := 031AEh ?mpUsbFifo2Cfg := 0E201AEh ?usbFifo3Cfg := 01AFh ?pUsbFifo3Cfg := 031AFh ?mpUsbFifo3Cfg := 0E201AFh ?bUsbFifoType := 0 ?usbFifoIsoc := 1 ?usbFifoBulk := 2 ?usbFifoIntr := 3 ?bmUsbFifoType := 3 ?bUsbFifoNumBlks := 2 ?usbFifo1Blk := 0 ?usbFifo2Blks := 4 ?usbFifo3Blks := 8 ?bmUsbFifoNumBlks := 12 ?bUsbFifoBlkSz := 4 ?usbFifoBlkSz512 := 00h ?usbFifoBlkSz1024 := 010h ?bmUsbFifoBlkSz := 010h ?bUsbFifoEn := 5 ?bmUsbFifoEn := 020h ?usbFifo0Csr := 01B0h ?pUsbFifo0Csr := 031B0h ?mpUsbFifo0Csr := 0E201B0h ?usbFifo1Csr := 01B4h ?pUsbFifo1Csr := 031B4h ?mpUsbFifo1Csr := 0E201B4h ?usbFifo2Csr := 01B8h ?pUsbFifo2Csr := 031B8h ?mpUsbFifo2Csr := 0E201B8h ?usbFifo3Csr := 01BCh ?pUsbFifo3Csr := 031BCh ?mpUsbFifo3Csr := 0E201BCh ?bUsbFifoLen := 0 ?bmUsbFifoLen := 07FFh ?bUsbFifoReset := 12 ?bmUsbFifoReset := 01000h ?usbDmaFifo := 01C0h ?pUsbDmaFifo := 031C0h ?mpUsbDmaFifo := 0E201C0h ?bUsbDmaFifo0 := 0 ?bmUsbDmaFifo0 := 1 ?bUsbDmaFifo1 := 1 ?bmUsbDmaFifo1 := 2 ?bUsbDmaFifo2 := 2 ?bmUsbDmaFifo2 := 4 ?bUsbDmaFifo3 := 3 ?bmUsbDmaFifo3 := 8 ?bUsbDmaCxFifo := 4 ?bmUsbDmaCxFifo := 16 ?bUsbDmaFifo := 0 ?bmUsbDmaNoFifo := 0 ?bmUsbDmaFifo := 01Fh ?usbDmaCtrl := 01C8h ?pUsbDmaCtrl := 031C8h ?mpUsbDmaCtrl := 0E201C8h ?bUsbDmaStart := 0 ?bmUsbDmaStart := 1 ?bUsbDmaDir := 1 ?usbDmaFifo2Mem := 0 ?usbDmaMem2Fifo := 2 ?usbDmaFifo2Fifo := 4 ?bmUsbDmaDir := 6 ?bUsbDmaAbort := 3 ?bmUsbDmaAbort := 8 ?bUsbDmaClrFifo := 4 ?bmUsbDmaClrFifo := 16 ?usbDmaLen := 01C9h ?pUsbDmaLen := 031C9h ?mpUsbDmaLen := 0E201C9h ?bUsbDmaLen := 0 ?bmUsbDmaLen := 01FFFFh ?usbDmaAddr := 01CCh ?pUsbDmaAddr := 031CCh ?mpUsbDmaAddr := 0E201CCh ?bUsbDmaAddr := 0 ?bmUsbDmaAddr := 07FFFFh ?usbEp0Data := 01D0h ?pUsbEp0Data := 031D0h ?mpUsbEp0Data := 0E201D0h ?bUsbEp0Data := 0 ?bmUsbEp0Data := 0FFFFFFFFh ;LCD Ports ;-------------------------------- ?pLcdRange := 04000h ?mpLcdRange := 0E30000h ?lcdTiming0 := 0000h ?pLcdTiming0 := 04000h ?mpLcdTiming0 := 0E30000h ?lcdTiming1 := 0004h ?pLcdTiming1 := 04004h ?mpLcdTiming1 := 0E30004h ?lcdTiming2 := 0008h ?pLcdTiming2 := 04008h ?mpLcdTiming2 := 0E30008h ?lcdTiming3 := 000Ch ?pLcdTiming3 := 0400Ch ?mpLcdTiming3 := 0E3000Ch ?lcdBase := 0010h ?pLcdBase := 04010h ?mpLcdBase := 0E30010h ?lcdUpbase := 0010h ?pLcdUpbase := 04010h ?mpLcdUpbase := 0E30010h ?lcdLpbase := 0014h ?pLcdLpbase := 04014h ?mpLcdLpbase := 0E30014h ?lcdCtrl := 0018h ?pLcdCtrl := 04018h ?mpLcdCtrl := 0E30018h ?lcdEn := 01h ?lcdTft := 20h ?lcdBpp1 := 021h ?lcdBpp2 := 023h ?lcdBpp4 := 025h ?lcdBpp8 := 027h ?lcdBpp16Alt := 029h ?lcdBpp24 := 02Bh ?lcdBpp16 := 02Dh ; Default LCD mode ?lcdBpp12 := 02Fh ?lcdBgr := 100h ?lcdBigEndian := 200h ?lcdBigEndianPixels := 400h ?lcdPwr := 800h ?lcdIntVSync := 0000h ?lcdIntBack := 1000h ?lcdIntActiveVideo := 2000h ?lcdIntFront := 3000h ?lcdWatermark := 10000h ?lcdNormalMode := 092Dh ?lcdImsc := 001Ch ?pLcdImsc := 0401Ch ?mpLcdImsc := 0E3001Ch ?lcdRis := 0020h ?pLcdRis := 04020h ?mpLcdRis := 0E30020h ?lcdMis := 0024h ?pLcdMis := 04024h ?mpLcdMis := 0E30024h ?lcdIcr := 0028h ?pLcdIcr := 04028h ?mpLcdIcr := 0E30028h ?bLcdIntFuf := 1 ?lcdIntFuf := 2 ?bLcdIntLNBU := 2 ?lcdIntLNBU := 4 ?bLcdIntVcomp := 3 ?lcdIntVcomp := 8 ?bLcdIntMbErr := 4 ?lcdIntMbErr := 16 ?lcdCurr := 002Ch ?pLcdCurr := 402Ch ?mpLcdCurr := E3002Ch ?lcdUpcurr := 002Ch ?pLcdUpcurr := 402Ch ?mpLcdUpcurr := E3002Ch ?lcdLpcurr := 0030h ?pLcdLpcurr := 4030h ?mpLcdLpcurr := E30030h ?lcdPalette := 0200h ?pLcdPalette := 04200h ?mpLcdPalette := 0E30200h ?lcdCrsrImage := 0800h ?pLcdCrsrImage := 04800h ?mpLcdCrsrImage := 0E30800h ?lcdCrsrCtrl := 0C00h ?pLcdCrsrCtrl := 04C00h ?mpLcdCrsrCtrl := 0E30C00h ?lcdCrsrConfig := 0C04h ?pLcdCrsrConfig := 04C04h ?mpLcdCrsrConfig := 0E30C04h ?lcdCrsrPalette0 := 0C08h ?pLcdCrsrPalette0 := 04C08h ?mpLcdCrsrPalette0 := 0E30C08h ?lcdCrsrPalette1 := 0C0Ch ?pLcdCrsrPalette1 := 04C0Ch ?mpLcdCrsrPalette1 := 0E30C0Ch ?lcdCrsrXY := 0C10h ?pLcdCrsrXY := 04C10h ?mpLcdCrsrXY := 0E30C10h ?lcdCrsrClip := 0C14h ?pLcdCrsrClip := 04C14h ?mpLcdCrsrClip := 0E30C14h ?lcdCrsrImsc := 0C20h ?pLcdCrsrImsc := 04C20h ?mpLcdCrsrImsc := 0E30C20h ?lcdCrsrIcr := 0C24h ?pLcdCrsrIcr := 04C24h ?mpLcdCrsrIcr := 0E30C24h ?lcdCrsrRis := 0C28h ?pLcdCrsrRis := 04C28h ?mpLcdCrsrRis := 0E30C28h ?lcdCrsrMis := 0C2Ch ?pLcdCrsrMis := 04C2Ch ?mpLcdCrsrMis := 0E30C2Ch ;Interrupt Ports ;----------------------------------- ?pIntRange := 05000h ?mpIntRange := 0F00000h ?intStat := 0 ?pIntStat := 05000h ?mpIntStat := 0F00000h ?intMask := 4 ?pIntMask := 05004h ?mpIntMask := 0F00004h ?intAck := 8 ?pIntAck := 05008h ?mpIntAck := 0F00008h ?intLatch := 12 ?pIntLatch := 0500Ch ?mpIntLatch := 0F0000Ch ?intInvert := 16 ?pIntInvert := 05010h ?mpIntInvert := 0F00010h ?intMasked := 20 ?pIntMasked := 05014h ?mpIntMasked := 0F00014h ?bIntOn := 0 ?intOn := 1 ?bIntTmr1 := 1 ?intTmr1 := 2 ?bIntTmr2 := 2 ?intTmr2 := 4 ?bIntTmr3 := 3 ?intTmr3 := 8 ?bIntOSTmr := 4 ?intOSTmr := 16 ?bIntKey := 10 ?intKey := 1024 ?bIntLcd := 11 ?intLcd := 2048 ?bIntRtc := 12 ?intRtc := 4096 ?bIntUsb := 13 ?intUsb := 8192 ?intDefaultMask := 0011000000011001b ;Timer Ports ;----------------------------------- ?tmrRange := 00h ?pTmrRange := 7000h ?mpTmrRange := 0F20000h ?tmr1Counter := 00h ?pTmr1Counter := 7000h ?mpTmr1Counter := 0F20000h ?tmr1Load := 04h ?pTmr1Load := 7004h ?mpTmr1Load := 0F20004h ?tmr1Match1 := 08h ?pTmr1Match1 := 7008h ?mpTmr1Match1 := 0F20008h ?tmr1Match2 := 0Ch ?pTmr1Match2 := 700Ch ?mpTmr1Match2 := 0F2000Ch ?tmr2Counter := 10h ?pTmr2Counter := 7010h ?mpTmr2Counter := 0F20010h ?tmr2Load := 14h ?pTmr2Load := 7014h ?mpTmr2Load := 0F20014h ?tmr2Match1 := 18h ?pTmr2Match1 := 7018h ?mpTmr2Match1 := 0F20018h ?tmr2Match2 := 1Ch ?pTmr2Match2 := 701Ch ?mpTmr2Match2 := 0F2001Ch ?tmr3Counter := 20h ?pTmr3Counter := 7020h ?mpTmr3Counter := 0F20020h ?tmr3Load := 24h ?pTmr3Load := 7024h ?mpTmr3Load := 0F20024h ?tmr3Match1 := 28h ?pTmr3Match1 := 7028h ?mpTmr3Match1 := 0F20028h ?tmr3Match2 := 2Ch ?pTmr3Match2 := 702Ch ?mpTmr3Match2 := 0F2002Ch ?tmrCtrl := 30h ?pTmrCtrl := 7030h ?mpTmrCtrl := 0F20030h ?bTmr1Enable := 0 ?tmr1Enable := 1 ?bTmr1Crystal := 1 ?tmr1Crystal := 2 ?bTmr1Overflow := 2 ?tmr1Overflow := 4 ?bTmr2Enable := 3 ?tmr2Enable := 8 ?bTmr2Crystal := 4 ?tmr2Crystal := 16 ?bTmr2Overflow := 5 ?tmr2Overflow := 32 ?bTmr3Enable := 6 ?tmr3Enable := 64 ?bTmr3Crystal := 7 ?tmr3Crystal := 128 ?bTmr3Overflow := 8 ?tmr3Overflow := 256 ?bTmr1CountUp := 9 ?tmr1CountUp := 512 ?bTmr2CountUp := 10 ?tmr2CountUp := 1024 ?bTmr3CountUp := 11 ?tmr3CountUp := 2048 ?tmrIntStatus := 34h ?pTmrIntStatus := 7034h ?mpTmrIntStatus := 0F20034h ?bTmr1IntMatch1 := 0 ?tmr1IntMatch1 := 1 ?bTmr1IntMatch2 := 1 ?tmr1IntMatch2 := 2 ?bTmr1IntOverflow := 2 ?tmr1IntOverflow := 4 ?bTmr2IntMatch1 := 3 ?tmr2IntMatch1 := 8 ?bTmr2IntMatch2 := 4 ?tmr2IntMatch2 := 16 ?bTmr2IntOverflow := 5 ?tmr2IntOverflow := 32 ?bTmr3IntMatch1 := 6 ?tmr3IntMatch1 := 64 ?bTmr3IntMatch2 := 7 ?tmr3IntMatch2 := 128 ?bTmr3IntOverflow := 8 ?tmr3IntOverflow := 256 ?tmrIntMask := 38h ?pTmrIntMask := 7038h ?mpTmrIntMask := 0F20038h ?tmrRevision := 3Ch ?pTmrRevision := 703Ch ?mpTmrRevision := 0F2003Ch ;RTC Ports ;----------------------------------- ?pRtcRange := 8000h ?mpRtcRange := 0F30000h ;Keypad Ports ;----------------------------------- ?pKeyRange := 0A000h ?mpKeyRange := 0F50000h ?keyMode := 0 ?pKeyMode := 0A000h ?mpKeyMode := 0F50000h ?keyRows := 4 ?pKeyRows := 0A004h ?mpKeyRows := 0F50004h ?keyCols := 5 ?pKeyCols := 0A005h ?mpKeyCols := 0F50005h ?keyIntStat := 8 ?pKeyIntStat := 0A008h ?mpKeyIntStat := 0F50008h ?keyIntAck := 8 ?pKeyIntAck := 0A008h ?mpKeyIntAck := 0F50008h ?keyIntMask := 12 ?pKeyIntMask := 0A00Ch ?mpKeyIntMask := 0F5000Ch ?keyData := 16 ?pKeyData := 0A010h ?mpKeyData := 0F50010h ?keyGpio := 48 ?pKeyGpio := 0A030h ?mpKeyGpio := 0F50030h ?bKeyIntScanDone := 0 ?keyIntScanDone := 1 ?bKeyIntKeyChange := 1 ?keyIntKeyChange := 2 ?bKeyIntKeyPress := 2 ?keyIntKeyPress := 4 ?keyModeIdle := 0 ?keyModeAny := 1 ?keyModeScanOnce := 2 ?keyModeScan := 3 ;Backlight Ports ;----------------------------------- ?pBlLevel := 0B024h ?mpBlLevel := 0F60024h ;Equates To RAM Locations For Stat Vars ;---------------------------------------------------------------- ?FPLEN := 9 ;Length of a floating-point number. ?StatN := 0D01191h ?XMean := D0119Ah ?SumX := D011A3h ?SumXSqr := D011ACh ?StdX := D011B5h ?StdPX := D011BEh ?MinX := D011C7h ?MaxX := D011D0h ?MinY := D011D9h ?MaxY := D011E2h ?YMean := D011EBh ?SumY := D011F4h ?SumYSqr := D011FDh ?StdY := D01206h ?StdPY := D0120Fh ?SumXY := D01218h ?Corr := D01221h ?MedX := D0122Ah ?Q1 := D01233h ?Q3 := D0123Ch ?QuadA := D01245h ?QuadB := D0124Eh ?QuadC := D01257h ?CubeD := D01260h ?QuartE := D01269h ?MedX1 := D01272h ?MedX2 := D0127Bh ?MedX3 := D01284h ?MedY1 := D0128Dh ?MedY2 := D01296h ?MedY3 := D0129Fh ?PStat := D012B1h ?ZStat := D012BAh ?TStat := D012C3h ?ChiStat := D012CCh ?FStat := D012D5h ?DF := D012DEh ?Phat := D012E7h ?Phat1 := D012F0h ?Phat2 := D012F9h ?MeanX1 := D01302h ?StdX1 := D0130Bh ?StatN1 := D01314h ?MeanX2 := D0131Dh ?StdX2 := D01326h ?StatN2 := D0132Fh ?StdXP2 := D01338h ?SLower := D01341h ?SUpper := D0134Ah ?SStat := D01353h ?anovaf_vars := D0135Ch ?F_DF := D0135Ch ?F_SS := D01365h ?F_MS := D0136Eh ?E_DF := D01377h ?E_SS := D01380h ?E_MS := D01389h