Hi, Can somebody please take a look at the following code and give me some hints on how to improve the efficiency of this code, like making it several times faster? I've tried to modify it many times, but none of them seemed to give me any significant improvement. Thank You very much...
Can somebody explain briefly explain to me how this code works and which part of the code asks for hitting cap once and 'A' 11 times? Thank you!!
.model small
.stack 10H
.data
flag2 db 0
flag3 db 0
rahul db 0
try db 'we can print out strings of any length up to 2^16-1=65535\'
numtry dw 0...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.