Assembler: jmpf, testb and else instructions.

Posted by GLeBaTi on Stack Overflow See other posts from Stack Overflow or by GLeBaTi
Published on 2010-05-30T18:04:27Z Indexed on 2010/05/30 18:12 UTC
Read the original article Hit count: 370

Filed under:
|
|

Hello. Help me please, i don't understand this code:

...
BUFFER = 0x0600
...
rep movs jmpf BUFFER+migrate, 0 ;???
migrate:
findactive:
testb dl,dl ; ???
jns nextdisk

© Stack Overflow or respective owner

Related posts about assembly

Related posts about asm