The LazyBoy Library Manual - QWordToBin

Part of the Number Conversions group.

%imacro QWordToBin 2
Prefers: ES:DI, DX:AX
Prefers: DI, DX:AX

Convert a value in memory to binary.

Warning: A binary representation requires a lot of memory for conversion. I takes 8 bytes of text for every byte of a number. That means it will require a buffer of 513 bytes to convert a zword (512-bit) to binary.

See QWordToHex for more information.