Email or username:

Password:

Forgot your password?
Devil Lu Linvega

Understanding enums in #uxntal. Or, the recurring "why is the device page overlapping the zero-page" question.

llllllll.co/t/uxn-virtual-comp

5 comments
efelbar

@neauoire ohhhhh my god it all makes sense now!
that's a really cool technique :D

Devil Lu Linvega

@flbr glad it hear! I've added the Console enum to the hello_world example to make this clearer.
wiki.xxiivv.com/site/uxntal.ht

efelbar

@neauoire oh wow, i think the last time i checked that page it didn't have the web assembler, that's super cool!!!

Devil Lu Linvega

@flbr The web assembler is pretty neat, you should have a look at how I did it :) The assembly is done entirely in uxn space, so I didn't have to write an assembler in js, it uses the same assembler rom that I use to assemble every other project.

Go Up