Changeset 49 for trunk/includes/os2.inc

Show
Ignore:
Timestamp:
10/11/09 00:42:34 (3 years ago)
Author:
brandonlw
Message:

Added a whole bunch of variable/memory management routines -- not complete, but we're close to being able to query, store, and manipulate variables and the VAT again

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/includes/os2.inc

    r48 r49  
    9393indicCounter                EQU    8476h 
    9494; 
     95OP1                         EQU    8478h 
     96OP2                         EQU    8483h 
     97OP3                         EQU    848Eh 
     98OP4                         EQU    8499h 
     99OP5                         EQU    84A4h 
     100OP6                         EQU    84AFh 
     101; 
     102iMathPtr1                   EQU    84D3h 
     103iMathPtr2                   EQU    84D5h 
     104iMathPtr3                   EQU    84D7h 
    95105iMathPtr4                   EQU    84D9h 
    96106iMathPtr5                   EQU    84DBh 
     107chkDelPtr1                  EQU    84DDh 
     108chkDelPtr2                  EQU    84DFh 
     109; 
     110insDelPtr                   EQU    84E1h 
     111; 
     112fOutDat                     EQU    84E5h 
     113customPtr3                  EQU    84E7h 
     114; 
     115asm_data_ptr1               EQU    84EBh 
     116asm_data_ptr2               EQU    84EDh 
    97117; 
    98118textShadow                  EQU    8508h 
     
    136156anovaf_vars                 EQU    8C17h 
    137157; 
     158lcdTallP                    EQU    8DA3h 
     159pixWideP                    EQU    8DA4h 
     160pixWide_m_1                 EQU    8DA5h 
     161pixWide_m_2                 EQU    8DA6h 
     162; 
     163freeRAM                     EQU    9815h 
     164; 
     165XOutSym                     EQU    918Ch 
     166XOutDat                     EQU    918Eh 
     167YOutSym                     EQU    9190h 
     168YOutDat                     EQU    9192h 
     169inputSym                    EQU    9194h 
     170inputDat                    EQU    9196h 
     171; 
     172ES                          EQU    9302h 
     173; 
     174customPtr1                  EQU    9306h 
     175; 
     176customPtr2                  EQU    9311h 
     177; 
     178equPtr1                     EQU    9313h 
     179; 
    138180parseVar                    EQU    9652h 
     181; 
     182basic_start                 EQU    965Bh 
     183nextParseByte               EQU    965Dh 
     184basic_end                   EQU    965Fh 
    139185; 
    140186editTop                     EQU    96F4h 
     
    143189editBtm                     EQU    96FAh 
    144190; 
     191editSym                     EQU    9706h 
     192editDat                     EQU    9708h 
     193; 
     194winTop                      EQU    97A5h 
     195winBtm                      EQU    97A6h 
     196; 
     197fmtMatSym                   EQU    9808h 
     198fmtMatMem                   EQU    980Ah 
     199EQS                         EQU    980Ch 
     200; 
     201tSymPtr1                    EQU    9818h 
     202tSymPtr2                    EQU    981Ah 
     203chkDelPtr3                  EQU    981Ch 
     204chkDelPtr4                  EQU    981Eh 
     205tempMem                     EQU    9820h 
    145206fpBase                      EQU    9822h 
    146207FPS                         EQU    9824h 
    147208OPBase                      EQU    9826h 
    148209OPS                         EQU    9828h 
     210pTemp                       EQU    982Eh 
     211progPtr                     EQU    9830h 
     212newDataPtr                  EQU    9832h 
    149213; 
    150214pagedCount                  EQU    9834h 
     
    201265 
    202266plotFlags                   EQU    02h 
     267 
     268graphFlags                  EQU    03h 
     269graphDraw                   EQU    0      ;0=graph is valid, 1=redraw graph (dirty) 
    203270 
    204271textFlags                   EQU    05h 
     
    239306shiftKeepAlph               EQU    7      ;1=cannot cancel alpha lock 
    240307 
     308tblFlags                    EQU    13h 
     309reTable                     EQU    6      ;0=table is okay, 1=must recompute table 
     310 
    241311newIndicFlags               EQU    15h 
    242312extraIndic                  EQU    0      ;1=use extra indicator? 
     
    247317skipHW2Timer                EQU    1      ;1=skip this firing of HW timer 2 (makes it last a little longer) 
    248318batteriesGood               EQU    2      ;1=batteries are good 
     319 
     320smartFlags                  EQU    17h 
    249321 
    250322linkKeyFlags                EQU    18h