Forum: Assembly Nov 23rd, 2008 |
| Replies: 2 Views: 570 If you are running it under Windows XP CMD than it will only affect that window, because XP just simulates command prompt, doesn't load real one.
So, answer to your question, if you are running XP,... |
Forum: Assembly Nov 8th, 2008 |
| Replies: 2 Views: 821 hmm... write your own mul using logical operators and and or?
I'm a beginner too, so don't really know how, but I'd try something with that
Although it's not elegant solution |
Forum: Assembly Nov 8th, 2008 |
| Replies: 0 Views: 553 Hi! I have the following code:
mov al, 5d
neg al
When it executes, CF = SF = AF = 1
Ok, I think I understand why
AF (number is bigger than 00001111b ?),
SF (most significant bit is now 1... |
Forum: Assembly Nov 5th, 2008 |
| Replies: 1 Views: 491 Hello to all of you!
I would really appreciate somebody telling me complete step by step tutorial how to work with MASM (or TASM, but I haven't noticed it's free to download)
I've tried myself... |