mmix: trigger ci
Closes #979. Signed-off-by: ilovezfs <ilovezfs@icloud.com>
This commit is contained in:
parent
7a89a6685b
commit
1187eaed95
1 changed files with 2 additions and 1 deletions
|
@ -31,9 +31,10 @@ txt BYTE "Hello world!",0
|
|||
|
||||
Main LDA $255,txt
|
||||
TRAP 0,Fputs,StdOut
|
||||
TRAP 0,Fputs,StdErr
|
||||
TRAP 0,Halt,0
|
||||
EOS
|
||||
system bin/"mmixal", "hello.mms"
|
||||
assert_equal "Hello world!", `mmix hello.mmo`
|
||||
assert_equal "Hello world!", shell_output("#{bin}/mmix hello.mmo")
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue