Email or username:

Password:

Forgot your password?
max22-

Always a pleasure to have the first output of console.rom when writing a #uxn emulator ☺️ (i'm rewriting my esp32 uxn emulator from scratch)

6 comments
Devil Lu Linvega

@maxime_andre off to a nice start :) have you seen the recently revamped opcode test rom in uxn-utils?

Devil Lu Linvega

@maxime_andre it checks for a LOT of edges cases, so if you don't want to support all the memory wrapping stuff, you can skip those tests.

max22-

@neauoire it looks like it works (but i've just copy pasted uxn.c and modified it a little bit... j'ai pas beaucoup de mérite ^^)

Devil Lu Linvega

@maxime_andre wow that looks like an old opctest 0_o where did you get that? Maybe you should pull uxn-utils to get the latest one.

Go Up