@neauoire Hm, so if I understand correctly, this only works because the opcodes for ADD and SUB are 18 and 19. Were those values to change in a future release, most code would still work, but this piece would break. 🤔

It's interesting how "code = data" is true in both assembly and Lisp, but their takes on it are entirely different. 🙂