Jump to content

Legend

Members
  • Posts

    11
  • Joined

  • Last visited

Profile Information

  • Favorite Area of Science
    Computer

Legend's Achievements

Quark

Quark (2/13)

0

Reputation

  1. Large dd 001h, 3880h mov edx, num mov eax, num+2 mov ebx,8 idiv ebx so does it look good now?
  2. Num dw 001h, 3880h mov dx, num mov ax, num+2 mov bx,8 idiv bx after converting to 32 bit... is this correct? Large dw 001h, 3880h <----- i am not sure if this line is correct... any help? mov edx, num mov eax, num+2 mov ebx,8 idiv ebx
  3. can anyone rewrite this using 32 bit registers? Num dw 001h, 3880h mov dx, num mov ax, num+2 mov bx,8 idiv bx
  4. oh sweet i think i got it C is 12 in decimal so i start from 0 and go to 12 which gives me "00 01 00 00" correct?
  5. ummm is 14CD:3C same as saying 14CD:60? since 3C = 60 in decimal, i feel as i am very off....which line do i look at 0_0 *cries* lolz
  6. yeah forgot that 14CD:3C was double word so its 64 63 63 64 H ?
  7. according to a example my professor did, this should be the answer correct me if i am wrong or if i am not presenting the answer correctly 14CD:59 ----> answer is 24 0D 14CD:3C ----> answer is 63 64 correct? or do i have to put "H" next to them?
  8. so is this the answer? 14CD:59 ----> answer is 0A 0D or 0D 0A? 14CD:3C ----> answer is 64 63 or 63 64?
  9. @ moth yes i know how to count in Hex i just need directs on how to use that skill here so let me get this 14CD:59 ----> answer is 63 14CD:3C ----> answer is 64 is that correct? i thought since its 14CD:59 i go to 14CD:50's line and go to the 9th number, am i wrong?
  10. well this is a take home assignment and it is titled intel Assembly, thanks for the hint but its not helping much
  11. Can anyone help me answer this and explain how this was done? please and thank you!
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.