]>
Joshua Wise's Git repositories - fpgaboy.git/blame_incremental - rom.hex
... / ...
Commit | Line | Data |
| 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.025499 seconds and 4 git commands to generate.