]> Joshua Wise's Git repositories - fpgaboy.git/blob - rom.hex
LD reg, reg
[fpgaboy.git] / rom.hex
1 // LD A, 12h
2 3E
3 12
4 // LD H, A
5 67
6 // LD L, 34h
7 2E
8 34
9 // LD (HL), 56h
10 36
11 56
This page took 0.026416 seconds and 4 git commands to generate.