On 2/14/10 11:02 PM, Peter Bannis wrote:
You are not confused. It should be while(!(inb(PM_BASE + 1) & 0x80))
but the current code has while(!inb(PM_BASE + 1 & 0x80))
either way incorrect code to read port 0x80 is generated instead of reads to port (0xe8+1):
Not here. You should probably clean your output directory and start fresh.
Stefan