Hi, I am currently trying to implement local variable support for OpenBIOS. I was just wonder if someone understood this code:
{ ; dpth }
I understand that the two brackets mean this is a local variable, and dpth is the name of the variable, but what does ; mean in this context?