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
Ranked #72.8K
2 Posted Topics
#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 …
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 …
The End.
magicsign