home *** CD-ROM | disk | FTP | other *** search
/ Black Box 4 / BlackBox.cdr / progasm / asca11.arj / ASSIST.TXT < prev    next >
Text File  |  1990-11-23  |  2KB  |  104 lines

  1.     .page
  2.     .sbttl    Assist09 Command List
  3.  
  4.     .if    0
  5.  
  6.     B (reak)     <cr>    - list break points
  7.              NNNN    - insert break point
  8.             -NNNN    - delete break point
  9.             -    - delete all break points
  10.  
  11.     C (all)         <cr>    - call routine at PC as subroutine
  12.              NNNN    - call routine at NNNN as subroutine
  13.  
  14.     D (isplay)  NNNN NNNN    - display range mod16
  15.              NNNN    - display 16 bytes [NNNN]mod16
  16.              M    - display 16 bytes [M]mod16
  17.              P    - display 16 bytes [PC]mod16
  18.              W    - display 16 bytes [W]mod16
  19.              @    - following NNNN, M, P, or W displays
  20.                   16 bytes indirectly
  21.  
  22.     E (ncode)    Encodes a 6809 postbyte based on the
  23.             addressing mode syntax as follows:
  24.  
  25.                 R = X, Y, U, or S
  26.  
  27.                 Direct Addressing Modes
  28.                 ------ ---------- -----
  29.  
  30.                      ,R        A,R
  31.                     H,R        B,R
  32.                    HH,R        D,R
  33.                  HHHH,R        ,-R
  34.                    HH,PCR    ,--R
  35.                  HHHH,PCR    ,R+
  36.                         ,R++
  37.  
  38.  
  39.                 Indirect Addressing Modes
  40.                 -------- ---------- -----
  41.  
  42.                     [,R]    [A,R]
  43.                             [B,R]
  44.                   [HH,R]    [D,R]
  45.                 [HHHH,R]
  46.                   [HH,PCR]    [,--R]
  47.                 [HHHH,PCR]
  48.                 [HHHH]        [,R++]
  49.  
  50.  
  51.     .page
  52.  
  53.  
  54.     G (o)        <cr>    - Go to PC
  55.             NNNN    - Go to NNNN
  56.  
  57.  
  58.     L (oad)        Load a S1-S9 format data
  59.  
  60.  
  61.     M (emory)    NNNN    - Display memory data at address NNNN
  62.             <cr>    - Terminate memory function
  63.             /    - Display current byte with address
  64.             .    - Display next byte with address
  65.             ^    - Display previous byte with address
  66.             ,    - Skip byte
  67.             SPACE    - Display next byte
  68.  
  69.             The / may be used as an immediate command.
  70.  
  71.             After any of the display commands the memory contents
  72.             may be alterred by inputting a valid hex number or
  73.             ascii 'string' enclosed by single quotes (').
  74.  
  75.  
  76.     O (ffset)  NNNN NNNN    - Calculate the two and/or three byte offset
  77.  
  78.  
  79.     P (unch)   NNNN NNNN    - Punch a S1-S9 format data
  80.  
  81.  
  82.     R (egister)    Display 6809 registers and allow changes
  83.  
  84.             <cr>    - terminate command
  85.             SPACE    - terminate value input or
  86.                   skip to next register
  87.             ,    - terminate value input or
  88.                   skip to next register
  89.  
  90.  
  91.     V (erify)    Verify memory against S1-S9 format data
  92.  
  93.  
  94.     W (indow)    NNNN    - Define a display window for the
  95.                   D and M commands.
  96.  
  97.  
  98.     ctrl-x will abort any command
  99.  
  100.  
  101.     .endif
  102. n, r;
  103.  
  104.     if