uxn-tal 0.1.0

A Rust library for assembling TAL (Tal Assembly Language) files into UXN ROM files
Documentation
( dev/console )

|10 @Console [ &pad $8 &char ]

( init )

|0100 ( -> )

	;hello-world

	&loop
		( send ) LDAk .Console/char DEO
		( incr ) #0001 ADD2
		( loop ) LDAk ,&loop JCN
	POP2

BRK

@hello-world "Hello 20 "World!