-
Using this command:
```bash
winemaker --wine32 uxn32.dsp && make
```
Error:
```
/usr/bin/ld: /usr/bin/../lib32/wine/i386-unix/libucrtbase.a(crt_main.o): direct GOT relocation R_386_GOT32X …
-
The `build.sh` file not found in the uxn linux binary that I downloaded from `https://git.sr.ht/~rabbits/uxn` website.
I have already installed `sdl2` on my arch linux distribution.
-
`uxn` seems perfectly positioned to fit well the ecosystem of Betrusted (for now [Precursor](https://www.crowdsupply.com/sutajio-kosagi/precursor )).
Anyone tried to port it to Precursor already?
…
-
There are really two steps here:
1. Get the project to a point where `chibicc-uxn.exe` (running in Windows/Linux/etc) can compile the codebase to `cc.rom`, and this `cc.rom` can compile something F…
-
I would love if I could run the compiler in Uxn. I don't have a clear idea what the best path for a language like dotal to do this is. I am open to ideas, but right now the "nicest" solution I can ima…
-
i tried to run webuxn locally, then i loaded piano.rom which i just compiled with latest version of uxn and it is just a black screen.
for comparison, if i take piano.rom from this repo, it runs fine…
-
My understanding of the code is that we first parse the entire page table, and then apply the filters. This makes sense when the purpose of the filters is just to limit the amount of information seen,…
-
I found the uxnrpi web page, but no code.
My interest is in building the UXN engine on an fpga, but running the display from an RP2040.
I quite like the Pico-Ice.
https://pico-ice.tinyvision.a…
-
Hi ! First of all, thanks for your work on this JS assembler :)
I noticed that a few opcodes aren't correctly assembled when we use the produced binary code in the latest UXN VM.
In particular, `…
-
Currently all local variables and function arguments get written to and read from an in-memory stack (`@rbp`). This makes for pretty ugly and inefficient assembly. In many cases such variables never h…