IA 32 Help

Status
Not open for further replies.

kebib

New Member
i am a sophomore in college ,and i am struggling with Assembly Language (IA 32).Can anybody help this struggling student?
the question is :

GIVEN THE DATA BELOW, DESIGN AN IA-32 ASSEMBLY LANGUAGE
PROGRAM TO CONVERT EACH INTEGER IN X TO A 32-BYTE BINARY
STRING AND A 4-BYTE HEX STRING AND SAVE THEM IN IN Y AND Z
RESPECTIVELY.

.DATA

X SDWORD 500, -500, 1000, -1000
Y BYTE 4 DUP (32 DUP ('0'))
Z BYTE 4 DUP (4 DUP ('0'))

what should i do next?Please Help me !
 
Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…