Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~134 People Reached
Favorite Forums
Favorite Tags
Member Avatar for rg2004

I'm new to assembly, and I've looked through the sources i know. Could someone please tell me what this means: move.l -8(%fp),0(%a0,%d0.l) I believe it translates to 21AEFF0800 00 10 000 110 101 110 111111110000100000000000 move long n=0 dest=? n=5 sour=? Followed by who knows what Thanks for your help

Member Avatar for j0rd
0
88
Member Avatar for j0rd

Hi i am running linux and intel x86 cpu. I have been learning at&t asm using gcc and gdb and am trying to print the values of the fpu stack with no success. My code is: [code] .section .data #; Uninitialized data section output: #; Mem lable .asciz "The value …

0
46