summaryrefslogtreecommitdiff
path: root/bin/opcode
diff options
context:
space:
mode:
Diffstat (limited to 'bin/opcode')
-rwxr-xr-xbin/opcode2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/opcode b/bin/opcode
index 59e6c0a..de1b3f8 100755
--- a/bin/opcode
+++ b/bin/opcode
@@ -42,7 +42,7 @@ Line_Numbers=false
Leading_Context=0
Trailing_Context=0
-source Opcode_list # include opcodes from a separate file
+source "${0%/*}/../conf/Opcode_list" # include opcodes from a separate file
# GAS-specific opcodes (unofficial names) belonging to the x64 instruction set.
# They are generated by GNU tools (e.g. GDB, objdump) and specify a variant of ordinal opcodes like NOP and MOV.