テストの修正
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 384470e..b53f2dc 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 1b676ca..435fbf7 100755 (executable)
@@ -1,2 +1 @@
-cat ../../../../as/sample/hello.casl
 ../../../../casl2 -sla ../../../../as/sample/hello.casl
index cae706c..ed17f9f 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 bde1136..fa9e74d 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)