Instruction to add value in AX

13

What command / syntax to use to put value 55d in the AX register?

    
asked by anonymous 23.04.2015 / 05:21

1 answer

14

Without further information, I would say either the MOV :

MOV AX, 55d
    
23.04.2015 / 11:57