Figure 10.1 shows that the string version performs better. Explain intuitively why this
is so.
Discuss the advantages and disadvantages of the following two ways of declaring a
message. The first version
msg1 db ’Test message’
msg1Len dw $-msg1
uses the $ to compute the length, while the second version
msg1Len dw 12
uses a constant.
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here