1
0
mirror of https://github.com/simh/simh.git synced 2026-04-27 20:38:04 +00:00

scp - Added expansion of %STATUS% and %TSTATUS% in do command

arguments.  STATUS is the numeric value of the last
        command error status and TSTATUS is the text message
        relating to the last command error status
This commit is contained in:
Mark Pizzolato
2011-04-20 11:11:22 -07:00
parent 7dfe732667
commit db99885bfe
2 changed files with 25 additions and 3 deletions

2
scp.h
View File

@@ -117,7 +117,7 @@ BRKTAB *sim_brk_fnd (t_addr loc);
uint32 sim_brk_test (t_addr bloc, uint32 btyp);
void sim_brk_clrspc (uint32 spc);
char *match_ext (char *fnam, char *ext);
char *sim_error_text (t_stat stat);
const char *sim_error_text (t_stat stat);
t_stat sim_string_to_stat (char *cptr, t_stat *cond);
t_stat sim_cancel_step (void);
void sim_debug_u16 (uint32 dbits, DEVICE* dptr, const char* const* bitdefs,