Subversion Repositories pentevo

Rev

Blame | Last modification | View Log | Download | RSS feed | ?url?

  1.         cpu     80C382
  2.  
  3.         idl             ; different opcode
  4.         halt            ; different opcode than for 80C39
  5.         jni     $       ; different opcode
  6.  
  7.         dec     @r0     ; new addressing mode for instruction
  8.         dec     @r1     ; new addressing mode for instruction
  9.  
  10.         djnz    @r0,$   ; new addressing mode for instruction
  11.         djnz    @r1,$   ; new addressing mode for instruction
  12.  
  13.         ; these ones are no longe supported on the 80C382,
  14.         ; so they must result in an error when uncommented:
  15.  
  16.         ;jf0    $
  17.         ;jf1    $
  18.         ;clr    f0
  19.         ;clr    f1
  20.         ;cpl    f0
  21.         ;cpl    f1
  22.         ;in     a,p2
  23.         ;outl   p2,a
  24.         ;orl    p2,#1
  25.         ;anl    p2,#0feh
  26.         ;movd   p7,a
  27.         ;movd   a,p7
  28.         ;anld   p7,#5
  29.         ;orld   p7,#5
  30.         ;mov    a,psw
  31.         ;mov    psw,a
  32.