gameboy superoptimizer
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.
 

19 lines
213 B

from enum import Enum
class R8(Enum):
A = "A"
B = "B"
C = "C"
D = "D"
E = "E"
H = "H"
L = "L"
class R16(Enum):
AF = "AF"
BC = "BC"
DE = "DE"
HL = "HL"
SP = "SP"