aboutsummaryrefslogtreecommitdiff
path: root/samyle/decoder-tests.ey
diff options
context:
space:
mode:
authorDrahflow <drahflow@gmx.de>2014-05-28 00:22:36 +0200
committerDrahflow <drahflow@gmx.de>2014-05-28 00:22:36 +0200
commit9ccdf0ddc45d63e9261febd80635781e882513d4 (patch)
treeb90082074a312cf91c58286a2e2fbf73f456ea20 /samyle/decoder-tests.ey
parent8df51c3d165c9c225e51d502b8816998f25ea2a2 (diff)
This should go into a separate repo, actually.
Diffstat (limited to 'samyle/decoder-tests.ey')
-rw-r--r--samyle/decoder-tests.ey18
1 files changed, 0 insertions, 18 deletions
diff --git a/samyle/decoder-tests.ey b/samyle/decoder-tests.ey
deleted file mode 100644
index 06a2056..0000000
--- a/samyle/decoder-tests.ey
+++ /dev/null
@@ -1,18 +0,0 @@
-txt .consume .|hu "%" defq
-
-[ ] =*memory
-
-< > /utils defvd
-
-"decoder.ey" include
-
-[ %31 %ED ] =memory # xor %ebp, %ebp
-
-0 decoder .fromAddress ==instr
-instr .txt _ dump "xor %ebp, %ebp" eq assert
-instr .partCount _ dump 4 eq assert
-0 instr .txtPartSelect -12 -- _ dump "xor %ebp, %ebp" eq assert
-1 instr .txtPartSelect -12 -- _ dump "xor" eq assert
-2 instr .txtPartSelect -12 -- _ dump "%ebp" eq assert
-3 instr .txtPartSelect -12 -- _ dump "%ebp" eq assert
-4 instr .txtPartSelect -12 -- _ dump "" eq assert