From 9afcefccaf54e05b9d5cd9054ec38489ae028c65 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Wed, 26 Feb 2025 05:30:45 -0500 Subject: listamsb: minor cleanup. --- listamsb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'listamsb.c') diff --git a/listamsb.c b/listamsb.c index b139dd5..c0bf3e8 100644 --- a/listamsb.c +++ b/listamsb.c @@ -130,7 +130,7 @@ void read_header(void) { void unknown_token(int lineno, unsigned char byte, int ext) { warnings++; fprintf(outfile, "", (ext ? "ff ": ""), byte); + fprintf(outfile, "%s%02x>", (ext ? "$ff ": ""), byte); } int next_line(void) { -- cgit v1.2.3