mirror of
https://git.sr.ht/~rabbits/uxn
synced 2024-11-23 14:25:10 +00:00
20 lines
213 B
Tal
20 lines
213 B
Tal
( dev/console )
|
|
|
|
%RTN { JMP2r }
|
|
|
|
|10 @Console [ &vector $2 &read $1 &pad $5 &write $1 ]
|
|
|
|
( init )
|
|
|
|
|0100 ( -> )
|
|
|
|
;on-stdin .Console/vector DEO2
|
|
|
|
BRK
|
|
|
|
@on-stdin ( -> )
|
|
|
|
.Console/read DEI .Console/write DEO
|
|
|
|
BRK
|
|
|