Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
1 Commented Post
0 Endorsements
~926 People Reached
Favorite Forums
Favorite Tags
Member Avatar for fredmac

Im wondering is it possible to change c code to assembly code if its not thanks but if it is can some one give me sum pointers

Member Avatar for Salem
0
143
Member Avatar for fredmac

I need help changin this program around right now it tellls rather the number is prime but i need to make the program tell rather the user puts in is even or odd heres a lil code let me knw if i need to put all the code on there …

Member Avatar for jephthah
-1
83
Member Avatar for fredmac

Team Program Project (PrimeNumberProgram) Comment ! Description: This Program sets the Zero flag if the integer entered by the user is prime. (A prime number is evenly divisible by only itself and 1.) ! INCLUDE Irvine32.inc .data heading BYTE "--- Prime Number Program ---", 0dh,0ah,0dh,0ah,0 prompt BYTE "Enter an integer …

Member Avatar for fredmac
0
68
Member Avatar for fredmac

This suppose to be a simple coin toss program that tells when the coin is fliped it reads heads or tails and this is wat i got so far #include <stdio.h> int example (int h,int t ); int main() { int x1, x2; int x; printf(" Enter 5 to run …

Member Avatar for jephthah
0
196
Member Avatar for fredmac

write a function [I]multiple[/I] that determines for a pair of integers whether the secone intger is a multiple of the first. The function should take two intger arguments and return 1 (true) if the second is a multiple of the first, and 0 (false) otherwise. Use this function in a …

Member Avatar for jephthah
0
101
Member Avatar for fredmac

parking garage charges a $2.00 minimum fee to park for up to three hours. The garage charges an additional $.50 per hour for each hour or part thereof in excess of three hours. The maximum charge for any given 24-hour period is $10. Assume that no car parks for longer …

Member Avatar for jephthah
0
335