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
~3K People Reached
Favorite Forums
Favorite Tags

2 Posted Topics

Member Avatar for ww33ww

#This is how u can read an input from keyboard. #Supposed u have declared an ascii variable : var: .ascii "" var_len: .long . - var movl $3, %eax #3 is the number of the system call "read" movl $0, %ebx #0 is the keyboard identifier leal var, %ecx #u …

Member Avatar for arya.herro
0
2K
Member Avatar for magicsign

You can become crazy with this problem. Lets see this other quick solution to compare strings. Remember that strings are a sequence of bytes. home : h(first byte),o(second byte),...,e(last byte),0 a tag to identify the end of the string. Suppose you have a string inside a register : %esi and …

Member Avatar for Goalatio
0
311

The End.