mirror of
https://github.com/simh/simh.git
synced 2026-04-28 04:44:55 +00:00
SCP: Added the capability for EXAMINE command output to be written directly to a socket.
This commit is contained in:
@@ -214,6 +214,11 @@ static const int32 opc_val[] = {
|
||||
status = space needed
|
||||
*/
|
||||
|
||||
/* Use scp.c provided fprintf function */
|
||||
#define fprintf Fprintf
|
||||
#define fputs(_s,f) Fprintf(f,"%s",_s)
|
||||
#define fputc(_c,f) Fprintf(f,"%c",_c)
|
||||
|
||||
void fprint_opr (FILE *of, int32 inst, int32 class)
|
||||
{
|
||||
int32 i, j, sp;
|
||||
|
||||
Reference in New Issue
Block a user