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
Re: [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 … | |
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 … |
The End.