This is a bonus question worth 3 points. What does the AL re…
This is a bonus question worth 3 points. What does the AL register contain at the end of this code? .datamyBytes BYTE 10h,20h,30h,40h,50h.codemov esi,OFFSET myBytesmov al,[esi+2] add al,[esi+3] ; AL = ___________
Read Details