Mirror of CollapseOS
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
360B

  1. ; *** CPU registers aliases ***
  2. .equ XH 27
  3. .equ XL 26
  4. .equ YH 29
  5. .equ YL 28
  6. .equ ZH 31
  7. .equ ZL 30
  8. .equ SREG_C 0 ; Carry Flag
  9. .equ SREG_Z 1 ; Zero Flag
  10. .equ SREG_N 2 ; Negative Flag
  11. .equ SREG_V 3 ; Two's Complement Overflow Flag
  12. .equ SREG_S 4 ; Sign Bit
  13. .equ SREG_H 5 ; Half Carry Flag
  14. .equ SREG_T 6 ; Bit Copy Storage
  15. .equ SREG_I 7 ; Global Interrupt Enable