diff tools/lib64gfx.h @ 1726:f9128665a47e

Implement operator types DO_SET_MEM_HI and DO_SET_MEM_LO. Not used yet.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 07 Jun 2018 14:48:26 +0300
parents de8e0a404c06
children 07111a60cd4e
line wrap: on
line diff
--- a/tools/lib64gfx.h	Thu Jun 07 14:47:37 2018 +0300
+++ b/tools/lib64gfx.h	Thu Jun 07 14:48:26 2018 +0300
@@ -86,6 +86,9 @@
     DO_SET_MEM,            // Set subject value or fill subject memory area to byte value from offset
     DO_SET_OP,             // Like above but value from op->offs field instead
 
+    DO_SET_MEM_HI,         // Copy one byte value like DO_SET_MEM, but high nibble only
+    DO_SET_MEM_LO,         // Like above, but low nibble
+
     DO_DEC_FUNC,           // Execute specified decoding function (only for decoding operations)
     DO_ENC_FUNC,           // Same, but for encoding