If I compile the following code in nasm:
[bits 16] push word 0x0101
nasm gives me the following output:
68 01 01