From: bylex Date: Wed, 25 Sep 2024 13:23:21 +0000 (+0200) Subject: Delete unused variable X-Git-Url: https://git.bylex.cz/?a=commitdiff_plain;h=8a6afdcdcc7316bd42ee75dce940e112a22bb11b;p=maturita.git Delete unused variable --- diff --git a/opcodes.h b/opcodes.h index 1142153..9b71fb8 100644 --- 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"};