K 10 svn:author V 3 bde K 8 svn:date V 27 1994-09-20T22:26:37.000000Z K 7 svn:log V 338 Don't provide bogus source operands in some asms. This probably shouldn't matter, but similar bogusness in npx.c causes compiling without -O to fail. Use __volatile in all asms. Parenthesize macro args. Change the names of the macros to avoid namespace pollution. Remove unnecessary "#ifdef __i386__". Sort #defines. Add comments. END