Ulqasm Alternatives
Similar projects and alternatives to ulqasm
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
NOTE:
The number of mentions on this list indicates mentions on common posts plus user suggested alternatives.
Hence, a higher number means a better ulqasm alternative or higher similarity.
ulqasm discussion
ulqasm reviews and mentions
Posts with mentions or reviews of ulqasm.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2026-07-06.
-
C programmers commit fresh crimes against readability
I've found an OISC that is surprisingly efficient.
four operands: A B D N
D = A - B. If zero or negative then jump to N else PC++.
Various configurations of this give one instruction for: move, subtract, branch equal, jump, inc, dec and most key: branch and link return address. Two instruction sequences synthesize: add, push, pop. And self-modifying code two instruction sequences for: load, store, call, return from call.
With a bunch of macros you get a reasonable instruction set:
https://github.com/retrac0/ulqasm/blob/main/demos/12_monitor...
https://github.com/retrac0/ulqasm/blob/main/lib/core.s
Stats
Basic ulqasm repo stats
1
0
8.8
about 1 month ago
The primary programming language of ulqasm is Haskell.