git.joshuawise.com
/
fpgaboy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4fd47c8
)
Update current opcodes
author
Joshua Wise
<joshua@nyus.joshuawise.com>
Sat, 19 Apr 2008 09:15:52 +0000
(
05:15
-0400)
committer
Joshua Wise
<joshua@nyus.joshuawise.com>
Sat, 19 Apr 2008 09:15:52 +0000
(
05:15
-0400)
opcodes
patch
|
blob
|
blame
|
history
diff --git
a/opcodes
b/opcodes
index
6a54b02
..
5a03850
100644
(file)
--- a/
opcodes
+++ b/
opcodes
@@
-7,14
+7,10
@@
imm16 = 16-bit immediate value
8m8 = 8-bit value at the 8-bit address (the 16-bit equivalent is 0xFF00 + addr)
bits insn notes
-0000 0010 LD (BC), A
0000 1000 LD 16m16,SP loads SP
0000 1001 ADD HL, BC
-0000 1010 LD A, (BC)
0001 0000 STOP
-0001 0010 LD (DE), A
0001 1001 ADD HL, DE
-0001 1010 LD A, (DE)
0010 1001 ADD HL, HL
0011 1001 ADD HL, SP
0111 0110 HALT Danger! Helvetica!
This page took
0.019083 seconds
and
4
git commands to generate.