2022-12-02

uxn live reload



I read about native live rom assembly/loading.
I tried to make it work but no success until I asked about it in the uxn forum.

It was not only the correct `.drifblim` format:

bash
00000000 2e 2e 2f 73 72 63 2f 75 78 6e 74 61 6c 2f 68 65 |../src/uxntal/he|
00000010 6c 6c 6f 2e 74 61 6c 00 00 00 00 00 00 00 00 00 |llo.tal.........|
00000020 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
00000030 2e 2f 74 65 73 74 2e 72 6f 6d 00 00 00 00 00 00 |./test.rom......|
00000040 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
*
00000060 01 |.|


I needed to rename `drifblim.rom` to `launcher.rom`.
Then I executed `uxnemu launcher.rom`.
So whenever I change the tal file I just press F4 inside the uxnemu window
and it will assemble and load again.


tags:

Mastodon