How does struct passing and returning work?
The structures are put into the low part of the VGA card’s VRAM. They are then removed before the next video update. This is why struct passing was not supported for a long time; VGA cards were prohibitively expensive. If you try to pass very large structures on the stack, you may see odd screen graphics.