offset directive can be used to fix padding length or to assert some code/data compiled length
the assembler will arrange to make this pseudo-instruction be at this offset from beginning of current section
# File metasm/main.rb, line 267 def initialize(val, backtrace=nil) @val, @backtrace = val, backtrace end