<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Transitional//EN' 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd'> <html xmlns='http://www.w3.org/1999/xhtml'> <head> <title>grstr</title> <meta name='robots' content='noindex,nofollow' /> <meta name='generator' content='GLOBAL-6.6.5' /> <meta http-equiv='Content-Style-Type' content='text/css' /> <link rel='stylesheet' type='text/css' href='../style.css' /> </head> <body> <pre> <span class='curline'><a href='../S/2417.html#L163'>grstr</a> 163 include/struct.h char *grstr(WORD word);</span> <span class='curline'><a href='../S/2810.html#L101'>grstr</a> 101 src/disassemble.c cnt += fprintf(stdout, "%s,", g = grstr((word & 0x00F0) >> 4));</span> <span class='curline'><a href='../S/2810.html#L106'>grstr</a> 106 src/disassemble.c cnt += fprintf(stdout, ",%s", g = grstr(x));</span> <span class='curline'><a href='../S/2810.html#L121'>grstr</a> 121 src/disassemble.c g1 = grstr((word & 0x00F0) >> 4);</span> <span class='curline'><a href='../S/2810.html#L122'>grstr</a> 122 src/disassemble.c g2 = grstr(word & 0x000F);</span> <span class='curline'><a href='../S/2810.html#L127'>grstr</a> 127 src/disassemble.c g = grstr((word & 0x00F0) >> 4);</span> </pre> </body> </html>