monitor-z80: Print newline before banner
authorWill Sowerbutts <will@sowerbutts.com>
Sun, 25 Jan 2015 21:54:10 +0000 (21:54 +0000)
committerWill Sowerbutts <will@sowerbutts.com>
Sun, 25 Jan 2015 21:54:10 +0000 (21:54 +0000)
Kernel/lib/monitor-z80.s

index 75fa047..190a157 100644 (file)
@@ -265,7 +265,8 @@ cr:             ld a, #0
 
 
 ; strings
-entrystr1:      .ascii "monitor: SP="
+entrystr1:      .db 13, 10
+                .ascii "monitor: SP="
                 .db 0
 entrystr2:      .ascii ", PC="
                 .db 0