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
~182 People Reached
Favorite Forums
Favorite Tags
Member Avatar for simf

I have the following problem. Using 16 bit assembler code to send a character string to the screen. Following is an example: in my data segment, I have the following defined: Str1 DB 'Hello world', 10 DB 'and hello again','$' in the Code segment, i do the following: mov ah,9h …

Member Avatar for Tight_Coder_Ex
0
182