Add help to assembler.
This commit is contained in:
parent
351b23b0f7
commit
39c3fcf9b8
|
@ -36,6 +36,7 @@ OptionParser.parse! do |parser|
|
|||
parser.on("-i IPIN", "--inst-pin=IPIN", "select instruction pin") do |ip|
|
||||
inst_pin = ip
|
||||
end
|
||||
parser.on("-h", "--help") { puts parser }
|
||||
end
|
||||
|
||||
enum InstType
|
||||
|
|
Loading…
Reference in New Issue
Block a user