Subversion Repositories pentevo

Rev

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

  1.         cpu     8051
  2.  
  3.         ; in the first pass, there should be no warning,
  4.         ; even if 0xe0 is inserted as a "don't know" value:
  5.  
  6.         org     0e0h
  7.         if      MOMPASS > 1
  8.         expect  140
  9.         endif
  10.         mov     a,acc
  11.         if      MOMPASS > 1
  12.         endexpect
  13.         endif
  14.  
  15. acc     equ     0e0h
  16.  
  17. ;-----------------------------------------------------
  18. ; standard Intel/MASM-style pseudo instructions
  19.  
  20.         include "../t_dx/t_dn.inc"
  21.         include "../t_dx/t_db.inc"
  22.         include "../t_dx/t_dw.inc"
  23.         include "../t_dx/t_dd.inc"
  24.         include "../t_dx/t_dq.inc"
  25.         include "../t_dx/t_dt.inc"
  26.         include "../t_dx/t_do.inc"
  27.