├── LICENSE ├── README.md ├── c2nasm.sh └── test ├── exec_test.sh └── hello.c /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/diogovk/c2nasm/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/diogovk/c2nasm/HEAD/README.md -------------------------------------------------------------------------------- /c2nasm.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/diogovk/c2nasm/HEAD/c2nasm.sh -------------------------------------------------------------------------------- /test/exec_test.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/diogovk/c2nasm/HEAD/test/exec_test.sh -------------------------------------------------------------------------------- /test/hello.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/diogovk/c2nasm/HEAD/test/hello.c --------------------------------------------------------------------------------