1
0
mirror of https://github.com/simh/simh.git synced 2026-05-05 23:34:21 +00:00

SCP: Provide a way to display an arbitrary buffer contents as hex in debug output

This commit is contained in:
Mark Pizzolato
2014-09-17 09:08:12 -07:00
parent defe5f07d9
commit f355749eb5
4 changed files with 48 additions and 68 deletions

1
scp.h
View File

@@ -146,6 +146,7 @@ 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_printf (const char* fmt, ...);
void sim_data_trace(DEVICE *dptr, UNIT *uptr, const uint8 *data, const char *position, size_t len, const char *txt, uint32 reason);
void sim_debug_bits (uint32 dbits, DEVICE* dptr, BITFIELD* bitdefs,
uint32 before, uint32 after, int terminate);
#if defined (__DECC) && defined (__VMS) && (defined (__VAX) || (__DECC_VER < 60590001))