Data update

This commit is contained in:
Ingy döt Net 2025-06-11 20:16:52 -04:00
parent 72eb4943cb
commit 4d5544505c
2347 changed files with 62432 additions and 16731 deletions

View file

@ -0,0 +1,7 @@
puts equ 9
org 100h
spam: mvi c,puts
lxi d,msg
call 5
jmp spam
msg: db 'SPAM',13,10,'$'

View file

@ -0,0 +1 @@
{'SPAM'}(0)''

View file

@ -0,0 +1,7 @@
import ballerina/io;
public function main() {
while true {
io:println("SPAM");
}
}

View file

@ -1 +1 @@
]F.(echo@'SPAM')0
echo@'SPAM'F.] ''

View file

@ -1 +1 @@
smoutput bind 'SPAM'^:1e99 ''
echo@'SPAM'^:1e99 ''

View file

@ -0,0 +1 @@
echo@'SPAM'^:1:^:_. ''

View file

@ -0,0 +1 @@
{1}{`0:"SPAM"}/""

View file

@ -0,0 +1 @@
while[1; `0:"SPAM"]

View file

@ -1 +0,0 @@
while[1; `0:"SPAM\n"]

View file

@ -0,0 +1,2 @@
main :: [sys_message]
main = repeat (Stdout "SPAM\n")

View file

@ -0,0 +1 @@
$ENTRY Go { = <Prout 'SPAM'> <Go>; };

View file

@ -0,0 +1,5 @@
program spam;
loop do
print("SPAM");
end loop;
end program;

View file

@ -1,9 +1,11 @@
|10 @Console/vector $2 &read $5 &type $1 &write $1 &error $1
|0100
&l ;SPAM <print-str> !&l
&loop ;SPAM <print-str> !&loop
@<print-str> ( str* -- )
&while ( -- )
LDAk #18 DEO
&while
LDAk .Console/write DEO
INC2 LDAk ?&while
POP2 JMP2r