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
~2K People Reached
Favorite Forums
Favorite Tags
Member Avatar for Narue

Just for fun, I wrote up a quick tutorial for basic assembly. At present, it's only in the form of a PDF document, but I'll eventually get around to adding it to my website.

Member Avatar for The Old Man
19
2K
Member Avatar for int_80

I'm trying to compile an example nasm program I downloaded for windows. But I can't get it to compile. [CODE]C:\nasm-2.06rc1\nasmw -f win32 example.asm C:\lcc\bin\lcclnk -s -subsystem windows example.obj[/CODE] When I compile it with that, the first part of it goes fine, it's when I use lcclnk to link it I …

Member Avatar for int_80
0
556