Initial revision
authorceriel <none@none>
Thu, 16 Apr 1987 16:04:55 +0000 (16:04 +0000)
committerceriel <none@none>
Thu, 16 Apr 1987 16:04:55 +0000 (16:04 +0000)
util/led/led.layout [new file with mode: 0644]
util/led/memory_layout [new file with mode: 0644]

diff --git a/util/led/led.layout b/util/led/led.layout
new file mode 100644 (file)
index 0000000..e856308
--- /dev/null
@@ -0,0 +1,58 @@
+
+               Output format for ACK assemblers
+
+                       _________________
+                       |    OUTHEAD    |
+                       |     magic     |
+                       |     stamp     |
+                       |     flags     |
+                       |     nsect     |
+                       |     nrelo     |
+                       |     nname     |
+                       |     nemit     |
+                       |     nchar     |
+                       |_______________| _
+                       |    outsect    |  \
+                       |_______________|   |
+                       |               |
+                               :
+                               :             > * nsect
+                               :
+                       |_______________|
+                       |    outsect    |   |
+                       |_______________| _/
+                       |               |  \
+                               :           |
+                             code           > * nemit
+                               :           |
+                       |_______________| _/
+                       |    outrelo    |  \
+                       |_______________|   |
+                       |               |
+                               :
+                               :             > * nrelo
+                               :
+                       |_______________|
+                       |    outrelo    |   |
+                       |_______________| _/
+                       |    outname    |  \
+                       |_______________|   |
+                       |               |
+                               :
+                               :             > * nname
+                               :
+                       |_______________|
+                       |    outname    |   |
+                       |_______________| _/
+                       |               |  \
+                               :
+                          string area       > * nchar
+                               :
+                       |_______________| _/
+                       |  symbolic     |
+                       |  debugging    |
+                       |  information  |
+                       |  (format yet  |
+                       |  unspecified) |
+                       |       :       |
+                       |       :       |
diff --git a/util/led/memory_layout b/util/led/memory_layout
new file mode 100644 (file)
index 0000000..7c211d4
--- /dev/null
@@ -0,0 +1,37 @@
+               -----------------------------------------------
+                       Header *
+               -----------------------------------------------
+                       Section table *
+               -----------------------------------------------
+                       Section contents
+               -----------------------------------------------
+                               :
+               -----------------------------------------------
+                               :
+               -----------------------------------------------
+                       Section contents
+               -----------------------------------------------
+                       Relocation table
+               -----------------------------------------------
+                       Saved local names
+               -----------------------------------------------
+                       Global names *
+               -----------------------------------------------
+                       Strings of local names
+               -----------------------------------------------
+                       Strings of global names *
+               -----------------------------------------------
+#ifdef SYMDEBUG
+                       Symbolic debugging information
+               -----------------------------------------------
+#endif SYMDEBUG
+                       Symbol table *
+               -----------------------------------------------
+                       Archive positions *
+               -----------------------------------------------
+                       Module contents
+               -----------------------------------------------
+                       Ranlib information
+               -----------------------------------------------
+
+* May not be deallocated.