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:
2
scp.h
2
scp.h
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user