Architectures flagged with this annotation can potentially run without
any additional memory installed in the computer.
Use this to allow assembly of devices such as microcontrollers without
any memory being installed in them while your architecture is being
used by the CPU being installed. Note to actually make the machine
start up you only need to always return
true from
Architecture.recomputeMemory(java.lang.Iterable<net.minecraft.item.ItemStack>)
.