<< 9/27 >>
First Last

elc

  $ out/8cc -Ilibc -S hello.c -o hello.eir
  $ out/elc -x86 hello.eir > hello.x86 && chmod 755 hello.x86
  $ ./hello.x86
  Hello, world!