compiler/asm/asm.rb

9 lines
203 B
Ruby

# Assembler container module. Sub modules are Text and Binary, which
# both export the same interface for generating either assembly or
# machine code for x86.
#
# sjs
# may 2009
module Assembler
end