Hello, I have built uxn from source (1b2049e238df96f32335edf1c6db35bd09f8b42d) on FreeBSD and then I have tried to compile left using uxnasm (commit 5fc8cc1d847a4b95dc6e09ea467bdc3c7729b973):
> uxnasm src/left.tal l.rom
Unknown token: =file-new
Unknown token: =file-new
Assembly: Failed to assemble rom.
I have downloaded https://rabbits.srht.site/drifblim/drifblim.rom
and it worked:
> uxncli ../play/drifblim.rom src/left.tal l.rom
Loaded ../play/drifblim.rom
Input(.tal): Output(.rom):
-- Unused label: selection
-- Unused label: cursor
-- Unused label: textarea
-- Unused label: scrollbar
-- Unused label: scroll
-- Unused label: nav
-- Unused label: draw-dec
-- Unused label: phex
Assembled src/left.tal -> l.rom in 8987 bytes(424 labels)
I hope this does not discourage anyone from diving into the uxn universe :)
On Fri, 25 Nov 2022, Hundred Rabbits wrote:
> That's no the latest version of uxnasm, you should update and it'll be fine :)
Ouch, right:
> uxnasm src/left.tal l.rom
-- Unused label: draw-dec
-- Unused label: phex
Assembled l.rom in 9003 bytes(13.79% used), 424 labels, 0 macros.
Thanks!