@tomosaigon @niconiconi I tend to use $ in assemblers that support it because it's a prefix (postfixes don't scan as well) and it's one character instead of two.
And I got started in Assembler with 8-bit micros, where that's the convention...
@thoth @niconiconi I blocked out memories of z80/x86 asm. Apparently, they support (depending on the assembler) multiple syntaxes for hex: 0x, $0x, $, h (suffix).
It's probably more popular these days to use language where $ denotes a variable rather than a literal!
@tomosaigon @niconiconi $0x... o.O
Better Z80 than 8086 though. Just thinking about x86 segmentation makes me wince.