Skip to content

Ionathan-Hope/Ionathan-Hope

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 

Repository files navigation

tinyurl signature: babacm8E

WHO AM I?

getche and putch

identification

main    proc  far
        pushf
        pusha
        mov   eax,0
        cpuid
        push  ecx
        mov   ecx,4
        mov   ah,6
        push  edx
main1:
        mov   dl,bl
        int   33
        shr   ebx,8
        loop  main1
        mov   ecx,4
        pop   edx
main2:
        int   33
        shr   edx,8
        loop  main2
        pop   edx
        mov   ecx,4
main3:
        int   33
        shr   edx,8
        loop  main3
        popa
        popf
        ret   0
main    endp

IonathanHope

end of identification

WHO'S THERE?