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
~707 People Reached
About Me

- graduated Electrical Engineering;
- Sun Certified Java Associate;
- "learning mode" for SCJP;

Interests
photo
PC Specs
Black MacBook, 2.2 GHZ; RAM: 1.5 GB Dual Boot Leopard & Ubuntu
Favorite Forums
Favorite Tags
Member Avatar for ovidiu82

I am trying to do this: z=(5*a-b/7)/(3/b+a*a) in assembly code and I keep getting some errors. Here is the code & the errs. [CODE] assume cs:code,ds:data data segment a dw 5 b dw 6 z dw 10 intermed dw ? rez db ? data ends code segment start: mov ax,data …

Member Avatar for gusano79
0
707