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
~2K People Reached
Favorite Forums
Favorite Tags
Member Avatar for faisaly

Dear All, would you please tell me in brief that " What are the applications of Assembly Language where any high level language becomes insufficient". Kind regard

Member Avatar for Olof Forshell
0
638
Member Avatar for noktasizvirgul

Hi All, I need to convert a Assembly Code to high level languages such as C/C++, C#, .Net vs vs. I found a [URL="http://www.microapl.co.uk/asm2c/index.html"]website [/URL]that converts it but with very very high price. I am looking for a simple program which tries to convert assembly to high level language. I …

Member Avatar for Olof Forshell
0
1K
Member Avatar for harewei

Ok, I know I'm still new with assembly, but I can not find an operand for division even though I've searched in the assembly help contents and online btw I've looked at some other posts which has something like mov and div but I don't think they work maybe my …

Member Avatar for Olof Forshell
0
76
Member Avatar for Olof Forshell

OpenWatcom has a very nice feature in its C language which allows you to code assembly language procedures/functions that you can pass parameters to, receive return values and whose register usage is integrated into the C code optimization. Compare this with the classic MS construct `_asm` and `_asm {}` which …

0
57