From 7a2e8c69cb4a4407261f11dd36374273d1fc5a28 Mon Sep 17 00:00:00 2001 From: Alex AUVOLAT Date: Fri, 10 Jan 2014 17:19:53 +0100 Subject: Presentation... ie. nothing. --- cpu/os.asm | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/cpu/os.asm b/cpu/os.asm index be9aa40..ff0fd60 100644 --- a/cpu/os.asm +++ b/cpu/os.asm @@ -213,7 +213,7 @@ unit_test_3: # Signed multiplication/division # General strings msghello: - ascii "Hello, world!\n" + ascii "\nHello, world!\n" msgtick: ascii " ..." prompt: @@ -235,13 +235,13 @@ testok: testfail: ascii "FAIL\n" test0: - ascii "Addition/substraction: " + ascii "Addition/substraction..........." test1: - ascii "Unsigned multiplication: " + ascii "Unsigned multiplication........." test2: - ascii "Unsigned division: " + ascii "Unsigned division..............." test3: - ascii "Signed multiplication/division: " + ascii "Signed multiplication/division.." -- cgit v1.2.3