Forum: Assembly Mar 5th, 2009 |
| Replies: 1 Views: 406 hey guys can u gimme some links ,resources or codes.....which can show me how to use api in assembly 32-bit
i am using masm32 |
Forum: C Mar 4th, 2009 |
| Replies: 3 Views: 1,009 http://userpages.umbc.edu/~squire/download/WinBase.h
i downloaded it from here
hey can u upload ur version of winbase.h ??? |
Forum: C Mar 4th, 2009 |
| Replies: 3 Views: 1,009 i am using pelles c
y am i getting these errors ?
something wrong wid the winbase header file??
if yes then can u tell me from where should i download another one
#include<windows.h>
main()... |
Forum: C Mar 2nd, 2009 |
| Replies: 3 Views: 309 #include<stdio.h>
void main(int argv,char * argc[])
{
int num1,num2;
num1=(int)argc[1];
num2=(int)argc[2];
printf("%d\n",num1);
printf("%d\n",num2);
} |
Forum: Assembly Dec 1st, 2008 |
| Replies: 6 Views: 643 i meant where can i find them ......
any link |
Forum: Assembly Dec 1st, 2008 |
| Replies: 6 Views: 643 ya this is x86 asm
can u tell me all machine codes for the instructions..... |
Forum: Assembly Nov 29th, 2008 |
| Replies: 6 Views: 643 stuff db 0cdh, 20h, 0
wat does this do |
Forum: Assembly Nov 20th, 2008 |
| Replies: 1 Views: 494 hello everyone i have just started programming in asm
i am learning 16 bit assembly from art of assembly by randal hyde
i hav written programs in notepad but i want to assemble them
can u give... |
Forum: Assembly Nov 19th, 2008 |
| Replies: 11 Views: 1,233 i dont got one.....
so anyways will u pls tell me wat these statements do.... |
Forum: Assembly Nov 19th, 2008 |
| Replies: 11 Views: 1,233 they both are different snippets there is no relation between them |
Forum: Assembly Nov 18th, 2008 |
| Replies: 11 Views: 1,233 mov WORD PTR (PARAM BLK+4),ax;
REAL_NAME db 13 dup(?)
wat does these statements .do............... |
Forum: Assembly Nov 17th, 2008 |
| Replies: 11 Views: 1,233 |
Forum: Assembly Nov 17th, 2008 |
| Replies: 1 Views: 426 can u tell me is there any error in this codes and can u also tell me how to assemble it i am using masm32 |
Forum: Assembly Nov 17th, 2008 |
| Replies: 1 Views: 426 .model tiny
.code
ORG 100H
HOST:
mov ah,9
mov dx,OFFSET HI
int 21H
mov ax,4C00H |
Forum: Assembly Nov 15th, 2008 |
| Replies: 0 Views: 389 can u guys pls tell me how to assemble a com file using masm32.....
i am new to masm so pls give step by step instructions |
Forum: C Nov 12th, 2008 |
| Replies: 5 Views: 514 i am learning c
so how can i use visual c++,turbo c++......
pls can u suggest a compiler for windows.........
its urgent..... |
Forum: C Nov 12th, 2008 |
| Replies: 5 Views: 514 so wat compiler do u suggest...... |
Forum: C Nov 12th, 2008 |
| Replies: 5 Views: 514 hey guys
i am using miracle c compiler on windows xp....
i am trying to figure out how does pointer to functions work.....
i have gone thru many tutorials but all have them failed to compile....... |