Home
       arch.h - 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
       ---
       arch.h (47B)
       ---
            1 enum asmop {
            2         ASJMP = 0,
            3         ASRET,
            4         ASBRANCH,
            5 };