# File voodoo/generators/mips_gas_generator.rb, line 951 def write io io.puts ".set noat" @sections.each do |section,code| unless code.empty? io.puts ".section #{section.to_s}" io.puts code io.puts end end end