aboutsummaryrefslogtreecommitdiff
path: root/qtmips_gui/samples/template-os.S
diff options
context:
space:
mode:
Diffstat (limited to 'qtmips_gui/samples/template-os.S')
-rw-r--r--qtmips_gui/samples/template-os.S9
1 files changed, 9 insertions, 0 deletions
diff --git a/qtmips_gui/samples/template-os.S b/qtmips_gui/samples/template-os.S
index 6c2264f..c7a57cf 100644
--- a/qtmips_gui/samples/template-os.S
+++ b/qtmips_gui/samples/template-os.S
@@ -10,6 +10,12 @@
// work: http://www.pikron.com/
// license: public domain
+// Directives to make interresting windows visible
+#pragma qtmips show terminal
+#pragma qtmips show registers
+#pragma qtmips show cop0dock
+#pragma qtmips show memory
+
.globl _start
.globl __start
.set noreorder
@@ -112,3 +118,6 @@ data_1: .word 1, 2, 3, 4
text_1: .ascii "Hello word.\n" // store ASCII text, no termination
text_1_e:
+
+// if whole source compile is OK the switch to core tab
+#pragma qtmips tab core