Forum: Assembly Mar 5th, 2009 |
| Replies: 1 Views: 427 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: Assembly Dec 1st, 2008 |
| Replies: 6 Views: 661 i meant where can i find them ......
any link |
Forum: Assembly Dec 1st, 2008 |
| Replies: 6 Views: 661 ya this is x86 asm
can u tell me all machine codes for the instructions..... |
Forum: Assembly Nov 29th, 2008 |
| Replies: 6 Views: 661 stuff db 0cdh, 20h, 0
wat does this do |
Forum: Assembly Nov 20th, 2008 |
| Replies: 1 Views: 503 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,287 i dont got one.....
so anyways will u pls tell me wat these statements do.... |
Forum: Assembly Nov 19th, 2008 |
| Replies: 11 Views: 1,287 they both are different snippets there is no relation between them |
Forum: Assembly Nov 18th, 2008 |
| Replies: 11 Views: 1,287 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,287 |
Forum: Assembly Nov 17th, 2008 |
| Replies: 1 Views: 442 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: 442 .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: 397 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 |