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 frantonio

[QUOTE=aynaz;1256654]How To Find Length Of String In Assembly Language Source ...[/QUOTE] I don't know if has any function for this, but you can do a loop with jmp until you find a '$' and increases CX for each loop. The result is in CX. [CODE] mov cx,00h push si xor …

Member Avatar for wildgoose
0
3K
Member Avatar for makako nido

Hi everyone! I'm trying to learn assembly x86 using tasm but a doubt stoped me. I need to create a file and copy an array of characters for him. I know I need to use 3Ch to create, 40h to write and 3Eh to close him but I can't implement …

Member Avatar for Mattye134
0
170

The End.