URI: 
       f1.s - scc - simple c99 compiler
  HTML git clone git://git.simple-cc.org/scc
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
   DIR README
   DIR LICENSE
       ---
       f1.s (80B)
       ---
            1         .file        "f1.s"
            2 
            3         .globl        f1
            4         .globl        f2
            5         .globl        f3
            6 f1:        .long        1
            7 
            8         .data
            9 f4:        .long        9