home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 15 / CDACTUAL15.iso / cdactual / program / asm / PS_A689.ZIP / TEST.ASM < prev   
Encoding:
Assembly Source File  |  1990-02-12  |  1.3 KB  |  74 lines

  1.          ldu 100
  2.          ldx 100
  3.          ldy 100
  4.          leas 0,x
  5.          leau 0,x
  6.          leax 0,y
  7.          pshs  x
  8.          pshs  y
  9.          pshs  s
  10.          pshs  u
  11.          pshs  pcr
  12.          pshu  ccr
  13.          puls  a
  14.          pulu  b
  15.          rol 100
  16.          rola
  17.          rolb
  18.          ror 100
  19.          rora
  20.          rorb
  21.          sbca 100
  22.          sbcb 100
  23.          sex
  24.          sta 100
  25.          stb 100
  26.          std 100
  27.          sts 100
  28.          stu 100
  29.          stx 100
  30.          sty 100
  31.          suba 100
  32.          subb 100
  33.          subd 100
  34.          swi
  35.          swi2
  36.          swi3
  37.          sync
  38.          tfr a,b    ;source,destination
  39.          tfr a,cc
  40.          tfr a,dp
  41.          tfr b,a
  42.          tfr b,cc
  43.          tfr b,dp
  44.          tfr cc,a
  45.          tfr cc,b
  46.          tfr cc,dp
  47.          tfr d,pc
  48.          tfr d,s
  49.          tfr d,u
  50.          tfr d,x
  51.          tfr d,y
  52.          tfr dp,a
  53.          tfr dp,b
  54.          tfr dp,cc
  55.          tfr pc,d
  56.          tfr pc,x
  57.          tfr s,d
  58.          tfr s,x
  59.          tfr u,d
  60.          tfr u,x
  61.          tfr x,d
  62.          tfr x,pc
  63.          tfr x,s
  64.          tfr x,u
  65.          tfr x,x
  66.          tfr x,x
  67.          tfr x,y
  68.          tfr y,d
  69.          tfr y,x
  70.          tst 100
  71.          tsta
  72.          tstb
  73. synctst3: .end
  74.