]> 4ch.mooo.com Git - 16.git/blobdiff - 16/modex16/types.h
16_ca needs huge amounts of work and I should remember what needs to be done soon...
[16.git] / 16 / modex16 / types.h
diff --git a/16/modex16/types.h b/16/modex16/types.h
new file mode 100755 (executable)
index 0000000..039653f
--- /dev/null
@@ -0,0 +1,11 @@
+/*\r
+ * Just some handy typedefs that make it easier to think about the low\r
+ * level code\r
+ */\r
+\r
+typedef unsigned char byte;\r
+typedef unsigned short word;\r
+typedef unsigned long  dword;\r
+typedef signed char sbyte;\r
+typedef signed short sword;\r
+typedef signed long sdword;\r