Understanding enums in #uxntal. Or, the recurring "why is the device page overlapping the zero-page" question.
Understanding enums in #uxntal. Or, the recurring "why is the device page overlapping the zero-page" question. 5 comments
@flbr glad it hear! I've added the Console enum to the hello_world example to make this clearer. @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. |
@neauoire ohhhhh my god it all makes sense now!
that's a really cool technique :D