infinite-tone.tal (1797B)
1 ( hello.tal ) 2 3 |00 @System &vector $2 &wst $1 &rst $1 &pad $4 &r $2 &g $2 &b $2 &debug $1 &halt $1 4 |10 @Console &vector $2 &read $1 &pad $4 &type $1 &write $1 &error $1 5 |20 @Screen &vector $2 &width $2 &height $2 &auto $1 &pad $1 &x $2 &y $2 &addr $2 &pixel $1 &sprite $1 6 |30 @Audio0 &vector $2 &position $2 &output $1 &pad $3 &adsr $2 &length $2 &addr $2 &volume $1 &pitch $1 7 |40 @Audio1 &vector $2 &position $2 &output $1 &pad $3 &adsr $2 &length $2 &addr $2 &volume $1 &pitch $1 8 |50 @Audio2 &vector $2 &position $2 &output $1 &pad $3 &adsr $2 &length $2 &addr $2 &volume $1 &pitch $1 9 |60 @Audio3 &vector $2 &position $2 &output $1 &pad $3 &adsr $2 &length $2 &addr $2 &volume $1 &pitch $1 10 |80 @Controller &vector $2 &button $1 &key $1 11 |90 @Mouse &vector $2 &x $2 &y $2 &state $1 &pad $3 &scrollx $2 &scrolly $2 12 |a0 @File &vector $2 &success $2 &stat $2 &delete $1 &append $1 &name $2 &length $2 &read $2 &write $2 13 14 |0000 15 16 |0100 17 #0a6f .System/r DEO2 18 #05cf .System/g DEO2 19 #0caf .System/b DEO2 20 21 ;sin-pcm .Audio0/addr DEO2 22 #0100 .Audio0/length DEO2 23 #0040 .Audio0/adsr DEO2 24 #ff .Audio0/volume DEO 25 26 #4e .Audio0/pitch DEO 27 BRK 28 29 @sin-pcm 30 8083 8689 8c8f 9295 989b 9ea1 a4a7 aaad 31 b0b3 b6b9 bbbe c1c3 c6c9 cbce d0d2 d5d7 32 d9db dee0 e2e4 e6e7 e9eb ecee f0f1 f2f4 33 f5f6 f7f8 f9fa fbfb fcfd fdfe fefe fefe 34 fffe fefe fefe fdfd fcfb fbfa f9f8 f7f6 35 f5f4 f2f1 f0ee eceb e9e7 e6e4 e2e0 dedb 36 d9d7 d5d2 d0ce cbc9 c6c3 c1be bbb9 b6b3 37 b0ad aaa7 a4a1 9e9b 9895 928f 8c89 8683 38 807d 7a77 7471 6e6b 6865 625f 5c59 5653 39 504d 4a47 4542 3f3d 3a37 3532 302e 2b29 40 2725 2220 1e1c 1a19 1715 1412 100f 0e0c 41 0b0a 0908 0706 0505 0403 0302 0202 0202 42 0102 0202 0202 0303 0405 0506 0708 090a 43 0b0c 0e0f 1012 1415 1719 1a1c 1e20 2225 44 2729 2b2e 3032 3537 3a3d 3f42 4547 4a4d 45 5053 5659 5c5f 6265 686b 6e71 7477 7a7d