How does the string “PiLo” get referenced without the use of a label?
I’m puzzled by the code from the Pintos OS, named loader.S. I don’t get how the string .string “PiLo” is used by puts when there’s no label involved.
I’m puzzled by the code from the Pintos OS, named loader.S. I don’t get how the string .string “PiLo” is used by puts when there’s no label involved.