mov dx, 0x3C4mov ax, 5out dx, ax
If the operand fits in a byte, it can be an immediate. If it's two bytes, it has to go in dx.Code: [Select]mov dx, 0x3C4mov ax, 5out dx, axPlain as mud.Best,Frank