Closed MetalPizzaCat closed 2 years ago
Some code gets duplicated during compilation/parsing BOBO code
c = 2 a = c + 20
ASM
mvi a, 02 sta 0852 mvi a, 02 sta 0852 lda 0852 adi 32 sta 0850
Intended result
mvi a, 02 sta 0852 lda 0852 adi 32 sta 0850
Some code gets duplicated during compilation/parsing BOBO code
ASM
Intended result