From 89917ead30321ff430fa2eab8e8d96ef4178d994 Mon Sep 17 00:00:00 2001 From: David Phillips Date: Sat, 3 Aug 2019 22:47:11 +1200 Subject: input_bin: Refactor disassembly to allow input from buffers This somewhat complicates the previous file dissassembly logic, but paves the way for disassembling instructions from buffered memory. This will be required for emulation. Also adds some test cases which nabbed bugs during the development and testing of this change. --- test/full-pipeline/006-2-inst-2-words.asm | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 test/full-pipeline/006-2-inst-2-words.asm (limited to 'test/full-pipeline/006-2-inst-2-words.asm') diff --git a/test/full-pipeline/006-2-inst-2-words.asm b/test/full-pipeline/006-2-inst-2-words.asm new file mode 100644 index 0000000..c4e2dbc --- /dev/null +++ b/test/full-pipeline/006-2-inst-2-words.asm @@ -0,0 +1,2 @@ +nop +nop -- cgit v1.1