}
} I get "Error: unknown pseudo-op: `.code32y'" when attempting to assemble
} this.

It looks like you added the "y".  It should be ".code32".

.code32
.text
.global _start
_start:
fldpi
fldpi
mov $0x0,%eax
cmp $0x0,%eax
fcmove %st(1),%st
mov $0x1,%eax
int $0x80

}
}
} --
} cj_
}
} _______________________________________________
} To unsubscribe, edit your list preferences, or view the list archives,
} please visit:
} http://list.valvesoftware.com/mailman/listinfo/hlds_linux


_______________________________________________
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
http://list.valvesoftware.com/mailman/listinfo/hlds_linux

Reply via email to