You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
171 B

__PROC__ main
__--__
__DO__
10_i64
"SAUSAGE" __LABEL__
13_i64 "\tHello world\n" write-out
-1_i64 +_i64
"SAUSAGE" __JUMP_IF__ drop_i64
1 2_i32 + i32-to-i64 exit
__END__