5 lines
52 B
Text
5 lines
52 B
Text
|
|
mov al,17
|
||
|
|
neg al ;8-bit
|
||
|
|
mov bx,4C00h
|
||
|
|
neg bx ;16-bit
|