aboutsummaryrefslogtreecommitdiff
path: root/qtmips_gui/samples/cop0-test-ia.S
diff options
context:
space:
mode:
Diffstat (limited to 'qtmips_gui/samples/cop0-test-ia.S')
-rw-r--r--qtmips_gui/samples/cop0-test-ia.S10
1 files changed, 9 insertions, 1 deletions
diff --git a/qtmips_gui/samples/cop0-test-ia.S b/qtmips_gui/samples/cop0-test-ia.S
index 3bfe586..9badb92 100644
--- a/qtmips_gui/samples/cop0-test-ia.S
+++ b/qtmips_gui/samples/cop0-test-ia.S
@@ -1,3 +1,9 @@
+// Directives to make interresting windows visible
+#pragma qtmips show terminal
+#pragma qtmips show registers
+#pragma qtmips show cop0dock
+#pragma qtmips show memory
+
.set SERIAL_PORT_BASE, 0xffffc000
.set SERP_RX_ST_REG_o, 0x00
@@ -12,7 +18,6 @@
.set SERP_TX_DATA_REG_o, 0x0c
-
.globl _start
.set noat
.set noreorder
@@ -72,3 +77,6 @@ rx_irq:
eret
.end _start
+
+// if whole source compile is OK the switch to core tab
+#pragma qtmips tab core