Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(+1)

Hmmm... I didn't really know what to do here. I don't code in assembly, so everything was so foreign to me. I like the art style though! Good design!

Thanks for the feedback! I agree we could've done a better job at guiding the player, sorry about it. If it's worth anything at this point, on the top-middle pannel you can see some buttons with instruction names, if you press them a guide will be written on the bottom-left panel. You may have to scroll on both panels to see any relevant info. There's an example of an assembly program on the entry's page, but the gist of it goes something like this:

<instruction1> <param1> <param2>
<label1>:
<instruction2>
<instruction3> <param1>
hlt

Your first program might look something like this:

interact
hlt

Sorry if it's not too clear still, specially for the stuff later on.

Anyways, thanks for playing and writing! :')