index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
-rwxr-xr-x | bin/opcode | 2 |
@@ -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. |