Add highlighting, fixed len instructions and more

This commit is contained in:
2025-02-09 21:15:50 +01:00
parent 45653b6372
commit e133c2df3a
17 changed files with 753 additions and 338 deletions

View File

@@ -6,7 +6,8 @@
#define RISCB_HEXDUMP_H
#include <stddef.h>
#include <stdint.h>
char *hexdump_to_string(const unsigned char *data, size_t size);
char *hexdump_to_string(const unsigned char *data, uint32_t start, uint32_t end);
#endif //RISCB_HEXDUMP_H