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

I am trying to write a program using direct addressing and pointers on the number and create a 32 bit variable from 10136654 All operations will be done in 16 bit registers like ax, bx, etc. But how is this possible if it must go in 16 bit from 32 …

Member Avatar for matt999tye
0
114
Member Avatar for matt999tye

I am trying to understand SHR and ROR registers, the professor gave us some examples that I can't understand so I will make my own and hope I understand it better. If I had 1234h in the eax register for example, how do I know what the number would be …

Member Avatar for Duoas
0
123
Member Avatar for matt999tye

I keep getting operand size conflict errors when I run this program I cant seem to get it right! Write an assembly language program that will use multiple precision arithmetic to add the following defined word (dw) numbers in defined 16-bit registers (like ax, bx, cx and dx). (hint: use …

Member Avatar for Duoas
0
167
Member Avatar for matt999tye

seems like every time i write a program in assembly i get these errors. all i am trying to do is multiply these two numbers, but this happens 1>z:\assembly\p2a\new folder\p2c\p2c\p2c.cpp(27) : error C2443: operand size conflict 1>z:\assembly\p2a\new folder\p2c\p2c\p2c.cpp(28) : error C2414: illegal number of operands 1>z:\assembly\p2a\new folder\p2c\p2c\p2c.cpp(29) : error C2443: …

Member Avatar for Duoas
0
109
Member Avatar for matt999tye

I am writing a program that performs a NOR function and i keep getting this error I cant figure it out! 1>z:\assembly\p2a\p2b\p2b\p2b\p2b.cpp(28) : error C2443: operand size conflict 1>z:\assembly\p2a\p2b\p2b\p2b\p2b.cpp(29) : error C2443: operand size conflict 1>z:\assembly\p2a\p2b\p2b\p2b\p2b.cpp(30) : error C2443: operand size conflict 1>z:\assembly\p2a\p2b\p2b\p2b\p2b.cpp(31) : error C2443: operand size conflict 1>z:\assembly\p2a\p2b\p2b\p2b\p2b.cpp(33) …

Member Avatar for matt999tye
0
154
Member Avatar for matt999tye

hi I am new here. I have started an assembly class and I have completed the beginning assignments about making a program perform addition and what not. I am now stuck on making it do an NAND function. I have to use 16 bit registers, but I cant wrap my …

Member Avatar for Duoas
0
127