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.

11 line
293B

  1. ; *** CPU registers aliases ***
  2. .equ SREG_C 0 ; Carry Flag
  3. .equ SREG_Z 1 ; Zero Flag
  4. .equ SREG_N 2 ; Negative Flag
  5. .equ SREG_V 3 ; Two's Complement Overflow Flag
  6. .equ SREG_S 4 ; Sign Bit
  7. .equ SREG_H 5 ; Half Carry Flag
  8. .equ SREG_T 6 ; Bit Copy Storage
  9. .equ SREG_I 7 ; Global Interrupt Enable