deug mode

Thread Starter

isha

Joined Sep 16, 2005
36
assembley language in debug mode

i have to write and save a program for 2's table

how can i write,save and load it???

and how can i display it in debug mode?

please write down for me that programm.


please tell me how can i display my name in debug?

help me bcz i'm new in assembley language
 

n9352527

Joined Oct 14, 2005
1,198
Originally posted by isha@Nov 8 2005, 03:42 PM
assembley language in debug mode

i have to write and save a program for 2's table

how can i write,save and load it???

and how can i display it in debug mode?

please write down for me that programm.
please tell me how can i display my name in debug?

help me bcz i'm new in assembley language
[post=11522]Quoted post[/post]​
Which platform? What assembler? What OS? Be specific please.
 

Thread Starter

isha

Joined Sep 16, 2005
36
Originally posted by n9352527@Nov 8 2005, 10:58 AM
Which platform? What assembler? What OS? Be specific please.
[post=11524]Quoted post[/post]​
in DOS in DEBUG
 

n9352527

Joined Oct 14, 2005
1,198
Originally posted by isha@Nov 8 2005, 05:02 PM
in DOS in DEBUG
[post=11525]Quoted post[/post]​
Eleven chapters of Debug tutorials:

http://www.armory.com/~rstevew/Public/Tutor/Debug/debug1.htm

Short explanation of 2's complement arithmetic:

http://www.rwc.uc.edu/koehler/comath/12.html

Twelve chapters of x86 assembly tutorials:

http://www.emu8086.com/assembly_language_t.../tutorials.html

Complete list of 8086 instruction set:

http://www.emu8086.com/assembly_language_t...uction_set.html

Complete list of DOS interrupt service routines (ISR), necessary for system services like writing to screen, reading from keyboard, file management, etc.:

http://www.emu8086.com/assembly_language_t...interrupts.html

These are all you need to get started in x86 assembly. Happy reading and learning :lol:
 

Thread Starter

isha

Joined Sep 16, 2005
36
Originally posted by n9352527@Nov 8 2005, 11:47 AM
Eleven chapters of Debug tutorials:

http://www.armory.com/~rstevew/Public/Tutor/Debug/debug1.htm

Short explanation of 2's complement arithmetic:

http://www.rwc.uc.edu/koehler/comath/12.html

Twelve chapters of x86 assembly tutorials:

http://www.emu8086.com/assembly_language_t.../tutorials.html

Complete list of 8086 instruction set:

http://www.emu8086.com/assembly_language_t...uction_set.html

Complete list of DOS interrupt service routines (ISR), necessary for system services like writing to screen, reading from keyboard, file management, etc.:

http://www.emu8086.com/assembly_language_t...interrupts.html

These are all you need to get started in x86 assembly. Happy reading and learning :lol:
[post=11527]Quoted post[/post]​

THANKSSSSSSSSSSSSSS
A
LOT
 
Top