Skip to content

Instantly share code, notes, and snippets.

@passos
Created May 26, 2012 15:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save passos/2794248 to your computer and use it in GitHub Desktop.
Save passos/2794248 to your computer and use it in GitHub Desktop.
deassemble code "B311 F6E3 B30A F6F3 8AC4"
D:\>DEBUG A.COM
-U
13FB:0100 B100 MOV CL,00
13FB:0102 88C8 MOV AL,CL
13FB:0104 B311 MOV BL,11
13FB:0106 F6E3 MUL BL
13FB:0108 B30A MOV BL,0A
13FB:010A F6F3 DIV BL
13FB:010C 8AC4 MOV AL,AH
13FB:010E 88C2 MOV DL,AL
13FB:0110 FEC1 INC CL
13FB:0112 80F90A CMP CL,0A
13FB:0115 75EB JNZ 0102
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment