home *** CD-ROM | disk | FTP | other *** search
/ APDL Public Domain 1 / APDL_PD1A.iso / program / assembler / tasm / expand_ex / REGS < prev    next >
Encoding:
Text File  |  1992-07-26  |  1.2 KB  |  38 lines

  1. ;
  2. ;       --------------------------------------------------
  3. ;       Processer  SFR register names.
  4. ;
  5. P0      .EQU    080H    ; Port 0
  6. P1      .EQU    090H    ; Port 1
  7. P2      .EQU    0A0H    ; Port 2
  8. P3      .EQU    0B0H    ; Port 3
  9. ;
  10. SP      .EQU    81H     ; Stack Pointer.
  11. PSW     .EQU    0D0H    ; Prog. Status Word.
  12. DPL     .EQU    82H     ; DPTR low byte.
  13. DPH     .EQU    83H     ; DPTR high byte.
  14. ;SCON   .EQU    98H     ; Serial control register.
  15. ;SBUF   .EQU    99H     ; Serial output buffer.
  16. TCON    .EQU    88H     ; Timer control register.
  17. TMOD    .EQU    89H     ; Timer operation mode register.
  18. ;***TL0 .EQU    8AH     ; Timer Setting.
  19. ;***TH0 .EQU    8CH     ; Timer count.
  20. TL1     .EQU    8BH     ; Timer Setting.
  21. TH1     .EQU    8DH     ; Timer count.
  22. ;
  23. ;***PCON        .EQU    87H     ; Control Register Address.
  24. IE      .EQU    0A8H    ; Interrupt select.
  25. IP      .EQU    0B8H    ; Int Priority Reg..
  26. ;***SMOD        .EQU    80H     ; Serial divide by 2 bit.
  27. ;
  28. B       .EQU    0F0H    ; B aux register..
  29. AR      .EQU    0E0H    ; For PUSH A / POP A
  30. RR0     .EQU    00H
  31. RR1     .EQU    01H
  32. RR2     .EQU    02H
  33. RR3     .EQU    03H
  34. RR4     .EQU    04H
  35. RR5     .EQU    05H
  36. RR6     .EQU    06H
  37. RR7     .EQU    07H
  38.