Update to change CPI case

This commit is contained in:
William Moore 2023-09-02 15:54:44 -05:00
parent 4ba6223102
commit b0dd3f4f72

View File

@ -37,7 +37,7 @@ run:
jnc run jnc run
in 0ffh in 0ffh
mov d, a mov d, a
CPI 0 cpi 0
jz print jz print
jmp run jmp run