# File lib/native_file_types/cpm/MBasic.rb, line 178
def to_listing
  if @contents[0]==0xFF then
    buffer_as_gbasic(@contents)
  else
    @contents
  end
end