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
~94 People Reached
Favorite Forums
Favorite Tags
Member Avatar for tictac

Hello, I'm new to assembly programming and I'm facing some problems using the "as/gcc" compiler on my MacBook. For example, it seems that I can't use labels for jmps/loops. The following code: [code] .intel_syntax noprefix ... ... cicle: <instructions> <instructions> <...> loop cicle [/code] Returns the error: "t.s:16:suffix or operands …

Member Avatar for jt_murphree
0
94