diff options
author | Alex AUVOLAT <alex.auvolat@ens.fr> | 2014-01-10 17:19:53 +0100 |
---|---|---|
committer | Alex AUVOLAT <alex.auvolat@ens.fr> | 2014-01-10 17:19:53 +0100 |
commit | 7a2e8c69cb4a4407261f11dd36374273d1fc5a28 (patch) | |
tree | cd7ce038b26750872f3262243337d575c417983c /cpu | |
parent | a69c0da2ee7cbccf7a7683421a03b4893c878dee (diff) | |
download | SystDigit-Projet-7a2e8c69cb4a4407261f11dd36374273d1fc5a28.tar.gz SystDigit-Projet-7a2e8c69cb4a4407261f11dd36374273d1fc5a28.zip |
Presentation... ie. nothing.
Diffstat (limited to 'cpu')
-rw-r--r-- | cpu/os.asm | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -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.." |