Forum: Assembly Dec 22nd, 2007 |
| Replies: 4 Views: 773 |
Forum: Assembly Nov 28th, 2007 |
| Replies: 2 Views: 485 |
Forum: Assembly Nov 28th, 2007 |
| Replies: 6 Views: 1,279 Re: TASM Arithmetic I'm not here to give rise to fights and at my time I have done and learnt all assembly programming and mips on my own. So,why can't he?
hey kid, if you got problems in asm then don't bother in... |
Forum: Assembly Nov 25th, 2007 |
| Replies: 6 Views: 1,279 Re: TASM Arithmetic hey, dont be so rude.. here is my old post on forum for division algorithm. you can pm me for any help on assembly. http://www.daniweb.com/forums/thread61663.html |
Forum: C# Jul 7th, 2007 |
| Replies: 3 Views: 3,269 |
Forum: Assembly Jul 7th, 2007 |
| Replies: 2 Views: 926 Re: Newbie here with a quick question well brother look and read for INT 21H with data moving to DX(for output or printf) and AL(for input or scanf) to use scanf and printf as you use in C.. Strings are handled in different way that a... |
Forum: C# Jul 7th, 2007 |
| Replies: 3 Views: 3,269 Help Needed in C# (picture viewer) I have created a picture viewer in C# but it's giving 2 errors, i don't know how to deal with them. I'm at beginner level in C#. So please help me in this, I have written the code and errors below,... |
Forum: Assembly Mar 3rd, 2007 |
| Replies: 7 Views: 6,318 Re: c program convert to tasm well i think you can't use much C lang stuff with tasm.. the reason is that it uses DOS and you know that it can only program 16 bit stuff not 32-bit.. so i got the same problem but just upgraded to... |
Forum: Assembly Dec 24th, 2006 |
| Replies: 1 Views: 1,050 hi everyone.. i need softice for deassembling my assembly code..
can you give me any link to download?
i do have softice but it work for 95 i have xp installed.. |
Forum: C++ Dec 22nd, 2006 |
| Replies: 10 Views: 1,698 Re: hi everyone.. can't you help me out.. i mean in antivirus programming direction.. i want you to give me direction to start. i know c++ and assembly which is used for it.:sad: |
Forum: Computer Science and Software Design Dec 22nd, 2006 |
| Replies: 6 Views: 1,578 |
Forum: C++ Dec 22nd, 2006 |
| Replies: 10 Views: 1,698 |
Forum: Windows NT / 2000 / XP / 2003 Dec 22nd, 2006 |
| Replies: 2 Views: 1,837 Re: spped up win-xp hi, type "msconfig" on "run" in your start menu..
and i think last option is there named as "startup"..
deselect all your enteries will speed up your pc. |
Forum: Computer Science and Software Design Dec 22nd, 2006 |
| Replies: 6 Views: 1,578 hi everyone.. i need previous years enterance papers with solution..
can anyone give me any link or help me out..
i'm having exam.. IIT JAM 2007 |
Forum: Computer Science and Software Design Dec 22nd, 2006 |
| Replies: 13 Views: 22,711 Re: BSc Computer Science final year project well don't worry i'm doing the same course from delhi university..
i can only help you out in c++ and assembly..
we had given a good guidence for projects..
i'll tell you when you come online.. well... |
Forum: C++ Dec 22nd, 2006 |
| Replies: 1 Views: 1,705 hi.. need help in antivirus programming hi...can anyone give advice, tips, on how will i come up in developing the antivirus software coz i dont have any idea.. im know core level in assembly and i haven't tried using the it.. i have had a... |
Forum: Assembly Dec 22nd, 2006 |
| Replies: 1 Views: 1,057 hi everyone.. well i need books on ASM which uses C..
i know assembly and C seperately but don't know how to use C with assembly.. so thats why i need help..
and i'm working on Tasm..
but i need manual of masm 9... |
Forum: PHP Dec 22nd, 2006 |
| Replies: 1 Views: 718 |
Forum: C++ Dec 22nd, 2006 |
| Replies: 10 Views: 1,698 hi everyone.. i need computer graphics programs written in c..
thanks a lot..:sad: |
Forum: Assembly Dec 22nd, 2006 |
| Replies: 3 Views: 2,284 |
Forum: Assembly Dec 22nd, 2006 |
| Replies: 1 Views: 918 hi everyone i want to convert a 32-bit processor video card into 64 bit..
i mean i want a souce code which work it for 32 bit processor as 64 bit processor..
64 bit processor is a dual core processor... |
Forum: Assembly Dec 22nd, 2006 |
| Replies: 2 Views: 4,583 Re: DIVISION algorithm hi try this one..
.model SMALL
.386
.DATA
a1 dB 'Enter the first number$'
a2 dB 'Enter the second number$'
A3 DD ?
A4 DD ? |
Forum: Assembly Dec 22nd, 2006 |
| Replies: 7 Views: 3,409 |