(no title)
lsbehe | 3 years ago
// TODO: Translate the above Rust into CHIP-8
### TODO
and now it got stuck on emitting some assembly. I don't exactly know what because CHIP-8 doesn't have an assembly representation.
It printed this 16 times
@0000
LD V0, [I]
LD V1, [I + 1]
LD V2, [I + 2]
ADD I, 3
LD V3, [I]
LD V4, [I + 1]
LD V5, [I + 2]
ADD I, 3
LD V6, [I]
LD V7, [I + 1]
LD V8, [I + 2]
ADD I, 3
LD V9, [I]
LD VA, [I + 1]
LD VB, [I + 2]
ADD I, 3
LD VC, [I]
LD VD, [I + 1]
LD VE, [I + 2]
ADD I, 3
LD VF, [I]
LD I, V0
LD V0, [I]
No comments yet.