aboutsummaryrefslogtreecommitdiff
path: root/lib/nmi.h
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2015-07-08 20:46:52 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2015-07-08 20:46:52 -0400
commitfa080de7afc95aa1c19a6e6fc0e0708ced2eadc4 (patch)
treebdda434976bc09c864f2e4fa6f16ba1952b1e555 /lib/nmi.h
downloadiraf-linux-fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4.tar.gz
Initial commit
Diffstat (limited to 'lib/nmi.h')
-rw-r--r--lib/nmi.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/lib/nmi.h b/lib/nmi.h
new file mode 100644
index 00000000..727fbd9f
--- /dev/null
+++ b/lib/nmi.h
@@ -0,0 +1,16 @@
+# NMI.H -- Definitions for the NMI Natice Machine Integer package.
+
+define NMI_BYTE 8
+define NMI_SHORT 16
+define NMI_INT 32
+define NMI_LONG 32
+define NMI_REAL -32
+define NMI_DOUBLE -64
+
+# Name aliases for generic code.
+define nmipaks nmipak16
+define nmipaki nmipak32
+define nmipakl nmipak32
+define nmiupks nmiupk16
+define nmiupki nmiupk32
+define nmiupkl nmiupk32