mirror of
https://github.com/simh/simh.git
synced 2026-04-17 16:44:15 +00:00
SCP: Added the capability for EXAMINE command output to be written directly to a socket.
This commit is contained in:
@@ -279,6 +279,11 @@ struct opc opcode[] = {
|
||||
|
||||
/* Print an address from five characters */
|
||||
|
||||
/* 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_addr (FILE *of, int32 spc, t_value *dig, t_bool flg)
|
||||
{
|
||||
int32 i, idx;
|
||||
|
||||
Reference in New Issue
Block a user