I want to change from mov instructions to SUB instructions (I think ,we can also change to ADD instructions) and I want to adjust the values so that the function of the entire program remains unchanged.
for_real_programmers:
mov dx, 0 ;
inc dx ;
for_leet_hackorz:
mov word ptr [for_real_programmers], 0d929h ; ?
mov word ptr [for_real_programmers+2], 0d9f7h ; ?
mov byte ptr [for_leet_hackorz], 0c3h ; ?
jmp restart