Assembly  is a sandbox conception game, where you design small                         programs called delegates using a natural language.  You can ju

LOUVESYSTEMS' ASSEMBLY V1.0.4

submited by
Style Pass
2024-05-11 06:30:04

Assembly is a sandbox conception game, where you design small programs called delegates using a natural language.

You can just take a look at the assembly for now by clicking the button below, and write a little delegate whenever you feel ready to try it out!

Here's a little bit of help to get you started - there's a lot you can do, so we don't want to get you overwhelmed.

Each delegate is made of a very few, simple instructions, executed from top to bottom, like you see on the right.

Think of the assembly as a long list of mostly empty cells, and that's where your delegate lives and does its things.

Assembly uses something called relative addressing, which means that each instruction is referred to by how far it is from the current instruction being read.

Leave a Comment