Comment by gpderetta

18 days ago

> For basic asm I would assume then that the register contents cannot be relied on to contain the value of the variable, but as long as you don't rely on it, then you are in the clear.

That's the crux. The example invokes 'syscall', which obviously relies on specific register content, from basic asm.