Question: 12. Insert a directive in the given data that aligns myBytes to an even-numbered address. Use the following data definitions .data myBytes BYTE 10h,20h,30h,40h myWords
12. Insert a directive in the given data that aligns myBytes to an even-numbered address.
Use the following data definitions
.data myBytes BYTE 10h,20h,30h,40h myWords WORD 3 DUP(?),2000h myString BYTE "ABCDE"
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
