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.

~177 People Reached
Interests
coding, swimming, jogging.
PC Specs
Genuine intel(R) x32bit windows 7
Favorite Forums
Favorite Tags
Member Avatar for Lesta_1

Hello guys, am an assembly rookie. Wrote this code in notepad++ section .text global_start ;must be declared for linker (ld) _start: ;tells linker entry point mov edx,len ;message length mov ecx,msg ;message to write mov ebx,1 ;file descriptor (stdout) mov eax,4 ;system call number (sys_write) int 0x80 ;call kernel mov …

Member Avatar for rproffitt
0
177