Using clobber in machine descriptions

‘clobber’ ensures that the register is free before entering and after exiting an instruction. Therefore you can’t use it to say a register is used then destoryed by an instruction such as LOADACC, (X+) on X.

Took a while to figure this out

Avatar
Michael Hope
Software Engineer