home *** CD-ROM | disk | FTP | other *** search
/ Nautilus 1992 July / Nautilus-3-8 / Nautilus-3-8.bin / Tools & Utilities / Techy Stuff / Source ƒ / ASM 2.0 ƒ / pseudo < prev    next >
Encoding:
Text File  |  1992-06-15  |  516 b   |  43 lines

  1. equ
  2.     U    EXPR            EQU    0
  3. dc
  4.     bwlu    MULTI            DC    0
  5. opt
  6.     U    EMPTY            OPT    0
  7. rorg
  8.     U    EXPR            RORG    0
  9. org
  10.     U    EXPR            ORG    0
  11. ds
  12.     anysz    EXPR            DS    0
  13. align
  14.     U    EXPR            ALIGN    0
  15. include
  16.     U    EMPTY            INCLUDE    0
  17. xref
  18.     U    EMPTY            NULL_OP    0
  19. xdef
  20.     U    EMPTY            NULL_OP    0
  21. end
  22.     U    EMPTY            NULL_OP    0
  23. nam
  24.     U    EMPTY            NULL_OP    0
  25. name
  26.     U    EMPTY            NULL_OP    0
  27. pag
  28.     U    EMPTY            NULL_OP    0
  29. page
  30.     U    EMPTY            NULL_OP    0
  31. spc
  32.     U    EMPTY            NULL_OP    0
  33. ttl
  34.     U    EMPTY            NULL_OP    0
  35. idnt
  36.     U    EMPTY            NULL_OP    0
  37. section
  38.     U    EMPTY            NULL_OP    0
  39. plen
  40.     U    EMPTY            NULL_OP    0
  41. llen
  42.     U    EMPTY            NULL_OP    0
  43.