<!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>pr2str</title> <meta name='robots' content='noindex,nofollow' /> <meta name='generator' content='GLOBAL-6.6.14' /> <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/3426.html#L11'>pr2str</a> 11 src/exec.c char *pr2str(WORD pr);</span> <span class='curline'><a href='../S/3426.html#L177'>pr2str</a> 177 src/exec.c setcerr(205, s = pr2str(sys->cpu->pr)); /* r/r1 in word #1 - not GR */</span> <span class='curline'><a href='../S/3426.html#L190'>pr2str</a> 190 src/exec.c setcerr(206, s = pr2str(sys->cpu->pr)); /* r/r1 in word #1 - not GR */</span> <span class='curline'><a href='../S/3426.html#L214'>pr2str</a> 214 src/exec.c setcerr(207, s = pr2str(sys->cpu->pr + 1)); /* address in word #2 - out of memory */</span> <span class='curline'><a href='../S/3426.html#L641'>pr2str</a> 641 src/exec.c setcerr(203, s = pr2str(sys->cpu->pr)); /* Stack Pointer (SP) - stack underflow */</span> <span class='curline'><a href='../S/3426.html#L724'>pr2str</a> 724 src/exec.c setcerr(201, s = pr2str(sys->cpu->pr)); /* Program Register (PR) - memory overflow */</span> <span class='curline'><a href='../S/3426.html#L729'>pr2str</a> 729 src/exec.c setcerr(202, s = pr2str(sys->cpu->pr)); /* Stack Pointer (SP) - stack overflow */</span> <span class='curline'><a href='../S/3426.html#L735'>pr2str</a> 735 src/exec.c setcerr(204, s = pr2str(sys->cpu->pr)); /* OP in word #1 - not command code */</span> </pre> </body> </html>