]> j8takagi.net Git Repository - YACASL2.git/commitdiff
テストの修正
authorj8takagi <j8takagi@nifty.com>
Wed, 27 Feb 2019 04:08:01 +0000 (13:08 +0900)
committerj8takagi <j8takagi@nifty.com>
Wed, 27 Feb 2019 04:08:01 +0000 (13:08 +0900)
test/system/casl2_smoke/hello/0.txt
test/system/casl2_smoke/hello/cmd
test/system/comet2monitor/help/0.txt
test/system/comet2monitor/load/0.txt

index 384470ecb9819e590375bf67e40bddaa35367343..b53f2dc17965cbb2a47aa5ba5ed84a04e3cec41d 100644 (file)
@@ -1,9 +1,3 @@
-MAIN    START
-        OUT     OBUF,LEN
-        RET
-OBUF    DC      'Hello, World!'
-LEN     DC      13
-        END
 
 Assemble ../../../../as/sample/hello.casl (0)
 ../../../../as/sample/hello.casl:    1:MAIN    START
index 1b676ca28594011b29a6368a9fdd1250d2c29b8c..435fbf79afb18ac3bbcb90618ed47fe17572554e 100755 (executable)
@@ -1,2 +1 @@
-cat ../../../../as/sample/hello.casl
 ../../../../casl2 -sla ../../../../as/sample/hello.casl
index cae706cc9dfd031722b1190bf3e039d60d71d8b2..ed17f9f46feb0d05a3d694fe847fc8e2db1d0222 100644 (file)
@@ -12,4 +12,4 @@ s[ave] -- Save object from the memory to a file. `s[ave] <filepath> [<start addr
 t[race] -- Display CPU register. `t[race] a[uto]/n[oauto]' set auto/noauto display. 
 T[race] -- Display CPU register as logical value. `t[race] a[uto]/n[oauto]' set auto/noauto display. 
 ?/h[elp] -- Display this help.
-(comet2 monitor) 
\ No newline at end of file
+(comet2 monitor) 
index bde11362812e8737cdc14fe85c625c8344720239..fa9e74dad294330d3f457993a9d249c65b3d4516 100644 (file)
@@ -1,4 +1,4 @@
 COMET II machine code monitor. Type ? for help.
 (comet2 monitor) l as/sample/sum_10.o
 (comet2 monitor) d
-(comet2 monitor) 
\ No newline at end of file
+(comet2 monitor)