arch_amd64.c - 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_amd64.c (150B)
---
1 #include <scc/mach.h>
2 #include <scc/scc.h>
3
4 #include "../as.h"
5
6 TUINT maxaddr = 0xFFFFFFFFFFFFFFFF;
7 int endian = LITTLE_ENDIAN;
8
9 void
10 iarch(void)
11 {
12 }