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 dedmon

I'm very new at programming so I will be asking stupid question... maybe...

Member Avatar for DeanMSands3
0
33
Member Avatar for dedmon

I kind of lost here... I have the book but it does not show the loop... I want to use je 100 but this is not the same language Using the IAS computer instruction set to write a program for the following C(I)=A(I) + B(I) for I = 1,2,... 100 …

0
55
Member Avatar for dedmon

I kind of lost here... I have the book but it does not show the loop... I want to use je 100 but this is not the same language Using the IAS computer instruction set to write a program for the following C(I)=A(I) + B(I) for I = 1,2,... 100 …

0
86
Member Avatar for dedmon

my code tester prcedure is given me problems,,,, it compute the entry values that are least and equal to but when I try to validate it I get errors.... Can someone help me. with the code in the red? [ICODE] integer_count = 20 .data prompt1 byte "How many integer will …

0
53
Member Avatar for dedmon

My decision statement operates okay, but I'm having a difficulty time figuring out why the decision statement that control the number of trys not responding. I can I create this? INCLUDE Irvine32.inc ARRAY_SIZE = 20 .data str1 BYTE "Enter a signed integer: ", 0 str2 BYTE "The sum of the …

0
67
Member Avatar for dedmon

I need some assistance in my program: I suppose to select an array size: array_size = 20 array dword array_size dup(?) And, create a new procedure that prompts the user for the number of integers to be processed, and pass the same value to the promptForIntegers procedure. How many integers …

Member Avatar for dedmon
0
154
Member Avatar for dedmon

Okay! this subject is difficult for me to start. I want to write a short test program that calls BetterP from a loop that repeats 5 times, and display each randomly generated value. This is what I got... but I'm stump... assistance from the experts is appreciative. Description: create an …

0
57
Member Avatar for dedmon

[QUOTE=Narue;1387727]Endianness is about byte order, not bit order. So 00000000 00000000 00000000 00000011 in little endian is 00000011 00000000 00000000 00000000 in big endian. Keep that in mind when doing your conversions.[/QUOTE] How to create a Little Endian computation code? MASM platform: val7 dword 12345678 ; little endian starting point …

Member Avatar for NotNull
0
1K