Forum: Assembly Apr 19th, 2007 |
| Replies: 15 Views: 12,992 for coding anything in machine code we need to stick to the processor what that is going to interpret the machine code. But still i have a doubt how u r going to run this file where u have the... |
Forum: Assembly Apr 17th, 2007 |
| Replies: 2 Views: 2,142 Try the below edited one with TASM assembler, but remember one thing you have to convert the exe file that got generated after assembling and linking in to an com file, since this code have only one... |
Forum: Assembly Apr 17th, 2007 |
| Replies: 7 Views: 9,006 for this regarding DOS interrupt int21h u can refer any DOS or BIOS interrupt manuals, that clearly will explain u what are all the register that got affected after an interrupt in invoked. For... |
Forum: Assembly Apr 17th, 2007 |
| Replies: 3 Views: 2,582 please use this link http://perso.orange.fr/pierrelib/bootstrap/VnutZ_Bootstrap_Tutorial.html to find more about boot loader.
get back to me if u have any doubt on this article. |
Forum: Assembly Apr 17th, 2007 |
| Replies: 5 Views: 5,431 it all depends up on how fast the processor can calculate the final physical address, once it encounter the far call instruction. I think 8086 should be much faster than 8088, since it has 16 bit... |
Forum: Assembly Apr 17th, 2007 |
| Replies: 2 Views: 1,200 From my experience i would suggest u TASM |
Forum: C++ Feb 1st, 2007 |
| Replies: 14 Views: 4,767 Hi,
This is garni, you can use the below code to determine the particular day in a week, what i have coded for you.
Input parameters: year, month and day.
return value: ... |
Forum: Assembly Feb 1st, 2007 |
| Replies: 4 Views: 3,369 ------------------------------------------------
Hi,
This is garni,
well your ? is good, ok lets 1st make your question clear.
So now you owns the entire responsibility of the entire... |