_hol0.s 259 B

12345678910111213141516171819
  1. #
  2. ! $Source$
  3. ! $State$
  4. ! $Revision$
  5. ! Declare segments (the order is important).
  6. .sect .text
  7. .sect .rom
  8. .sect .data
  9. .sect .bss
  10. .sect .bss
  11. ! This data block is used to store information about the current line number
  12. ! and file.
  13. .define hol0
  14. .comm hol0, 8