IsoBiscuit is a tool for visualizing processes etc. where these are stored in "biscuits". This works with sectors, so that the memory can be loaded and initialized before executing the .biscuit.
You can install isobiscuit with pip
pip install isobiscuit
You can create your biscuit with
biscuit init mybiscuit
You can build a biscuit to a .biscuit with
biscuit build mybiscuit
You got now an .biscuit
, now you can run your any_dot_biscuit_file.biscuit
with
biscuit run any_dot_biscuit_file
you have to write it without .biscuit