Can someone help me in creating my assignment which is in assembly language (.asm), I have to submit it my monday and really dont know how to do it. Thanks and waiting.
well, you could always write a program in C (or download one of the gazillion ones out there) and do a disassemble with gdb. Or start from scratch and understand that pointers are just memory locations. /jay