projects
/
maturita.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dce7f13
)
Delete unused variable
author
bylex
<mbilek06@gmail.com>
Wed, 25 Sep 2024 13:23:21 +0000
(15:23 +0200)
committer
bylex
<mbilek06@gmail.com>
Wed, 25 Sep 2024 13:23:21 +0000
(15:23 +0200)
opcodes.h
patch
|
blob
|
blame
|
history
diff --git
a/opcodes.h
b/opcodes.h
index 1142153926e90df7a2fb4b2d16ec16567f6220b0..9b71fb8e450e6698d58710ece3dced91a0eb06a1 100644
(file)
--- a/
opcodes.h
+++ b/
opcodes.h
@@
-163,4
+163,3
@@
void pfs(uint8_t dest_reg, uint8_t unused_1, uint8_t unused_2)
}
void (*opcodes[16]) (uint8_t, uint8_t, uint8_t) = {nop, inc, dec, lod, ldl, sav, swp, jmp, jez, hlt, pts, pfs};
-char opcodes_names[16][3] = {"nop", "inc", "dec", "lod", "ldl", "sav", "swp", "jmp", "jez", "hlt", "pts", "pfs"};