Hi
It seems that UASM 2.47 in 64 bit mode accepts such a line
mov PPP, 01122334455667788h
00007FF6B8582BA2 48 C7 05 D3 91 00 00 88 77 66 55 mov qword ptr [PPP (07FF6B858BD80h)],55667788h
without warning that the value is too large, but an error is issued when passing an offset.
I think that this behavior is not intended ...
Biterider