december_adventure_2023

December Adventure (2023)
git clone https://git.eamoncaddigan.net/december_adventure_2023.git
Log | Files | Refs | README

commit b9c48c8f247d1b27ff46d5f91a0758e362987d08
parent 7dad5dabd9343dcd9739c2dc0d5715a394681bbc
Author: Eamon Caddigan <eamon.caddigan@gmail.com>
Date:   Tue,  5 Dec 2023 16:18:07 -0800

Pasting in boilerplate system address stuff

Diffstat:
Mhello.tal | 13++++++++++++-
1 file changed, 12 insertions(+), 1 deletion(-)

diff --git a/hello.tal b/hello.tal @@ -1,5 +1,16 @@ ( hello.tal ) -|0100 LIT 68 LIT 18 DEO 0000 0000 0000 0000 + +|00 @System &vector $2 &wst $1 &rst $1 &pad $4 &r $2 &g $2 &b $2 &debug $1 &halt $1 +|10 @Console &vector $2 &read $1 &pad $4 &type $1 &write $1 &error $1 +|20 @Screen &vector $2 &width $2 &height $2 &auto $1 &pad $1 &x $2 &y $2 &addr $2 &pixel $1 &sprite $1 +|80 @Controller &vector $2 &button $1 &key $1 +|90 @Mouse &vector $2 &x $2 &y $2 &state $1 &pad $3 &scrollx $2 &scrolly $2 +|a0 @File &vector $2 &success $2 &stat $2 &delete $1 &append $1 &name $2 &length $2 &read $2 &write $2 + +|0000 + +|0100 + LIT 68 LIT 18 DEO 0000 0000 0000 0000 ( padding for dexe ) 0000 00