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

I would like to be able to have the user input a 1 or 0 and have whatever was inputted into an array. Here is what I have so far. .model small .stack 100h .code start: my_arr db ? mov dl, [my_arr] mov [my_arr], al add dl, '0' mov ah, …

Member Avatar for NotNull
0
112