summaryrefslogtreecommitdiff
path: root/tnslc/compile/arch/common.tnsl
diff options
context:
space:
mode:
Diffstat (limited to 'tnslc/compile/arch/common.tnsl')
-rw-r--r--tnslc/compile/arch/common.tnsl7
1 files changed, 6 insertions, 1 deletions
diff --git a/tnslc/compile/arch/common.tnsl b/tnslc/compile/arch/common.tnsl
index cba0d9f..1ff1c89 100644
--- a/tnslc/compile/arch/common.tnsl
+++ b/tnslc/compile/arch/common.tnsl
@@ -14,4 +14,9 @@
EXPRESS OR IMPLIED
#/
-; struct instruction {} \ No newline at end of file
+# Instructions are always stored in big-endian format internally.
+# The settings for the isa/compiler dictate weather the instruction
+# data will be reversed when the sections are being written.
+; struct instruction {
+ {}uint8 data
+} \ No newline at end of file