-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Labels
Description
IMO, there is a fundamental printing behavior missing here, the support of print format:
FMT is a repeat count followed by a format letter and a size letter.
Format letters are o(octal), x(hex), d(decimal), u(unsigned decimal),
t(binary), f(float), a(address), i(instruction), c(char), s(string)
and z(hex, zero padded on the left).
Size letters are b(byte), h(halfword), w(word), g(giant, 8 bytes).
The specified number of objects of the specified size are printed
according to the format.
Anyway, I can't wait the next bug to really test DUEL, thanks!