An experiment with non-textual assembly programming

About Unnamed Assembler IDE


Disassemblers have longed been able to display assembly as a control-flow graph, with the ability to switch syntax. What if you could also write assembly that way? Let's store instructions in a syntax-independent way, while also preserving links between code-blocks.

Read more
Filters

Recent Activity

My assembler can now open and read a file
Just a matter of time until I can write something useful with it

&assembler

View original message on Discord

I haven't posted an update in a while, but since my project in on topic with the jam, here is how my assembler looks like today, sped up x2, so you wouldn't have to watch me thinking through the instructions.
The first thing in this clip is me creating a new namespace, which is the newest feature I have just implemented.

&assembler

View original message on Discord