Help Wanted

new programmer with simple assembly question – danbeard

danbeard
Junior Member

Posts: 2
From:
Registered: 12-12-2001
This may seem simple to all of you but I'm trying to learn on my own. The books are good but I need a little help.

I am learning assembly. If I have adirect intersegment jump, where does this take me. It is an example but it will help me learn.

EA 03000210 jmpi 1002h,3

Thanks

Krylar

Administrator

Posts: 502
From: MD, USA
Registered: 03-05-2001
Heya Dan,

It's clearly not so simple as nobody's responded yet I haven't coded in Assembler for YEARS...probably since the early 90's.

HOWEVER, I did some searching on the net and found a resource that may be of help to you. It looks like it may be a Christian site as well...I thought that was kinda cool

http://webster.cs.ucr.edu/Page_asm/ArtOfAsm.html

Good luck!

-Krylar

------------------

Ascent
Member

Posts: 64
From:
Registered: 01-20-2001
It's been quite a few years since I actively did assembly language, but I did pick up an interest in it a few years ago and gathered a handful of bookmarks/sites that may or may not be working/helpful at this point.

Hope this helps!

-Ascent

Here they are:

Assembly
Sites

Iczelion's Win32 Assembly HomePage -- http://members.xoom.com/Iczel/
Steve Gibson's WebZone -- http://www.grc.com/steve.htm
Software Design - Windows Software by Gregory Braun -- http://www.execpc.com/~sbd/
David Parker's Assembly Language Library. -- http://www.davidparker.com/assembly.html
Assembler for PCs -- http://www.inx.de/~nkomin/html/assembe.htm
Gaz's Little Web - Programming -- http://www.fortunecity.com/skyscraper/fatbit/427/programming.html
ASSEMBLE IT! -- http://www.xs4all.nl/~smit/
Principia Computoria -- http://qed.cjb.net/asm.html
hutch's home page -- http://www.pbq.com.au/home/hutch/
Lightning Software -- http://www.fastsoftware.com/Index.htm
Windows 95 Assembly Language Programming -- http://www.eskimo.com/~htak/win95asm/win95asm.htm
File Library at Channel 1: Assembly Language -- http://www.filelibrary.com/Contents/DOS/72/5.html
Win32Asm! -- http://win32asm.ownz.com/

References

Assembly Language Journal -- http://asmjournal.freeservers.com/
On-line Intel Documentation -- http://www.x86.org/intel.doc/IntelDocs.html
Intel Architecture Software Developer's Manual, Volume 2: Instruction Set Reference Manual -- http://developer.intel.com/design/pro/MANUALS/243191.htm
Win 32 ASM -- http://rs1.szif.hu/~tomcat/win32/win32asm.txt
x86 and PentiumŪ Programming Tips and Info -- http://www.quantasm.com/freeinfo.html
80x87 Instruction Set (8087 - Pentium) -- http://www.quantasm.com/opcode_f.html
80x86 Integer Instruction Set (8088 - Pentium) -- http://www.quantasm.com/opcode_i.html
Paul Hsieh's Assembly Lab -- http://www.geocities.com/SiliconValley/9498//asmexample.html
Iczelion's Win32 Assembly Forum -- http://beseen2.looksmart.com/boardroom/h/19390

Tutorials

Assembly Language Tutorial. Culture and Entertainment Web -- http://udgftp.cencar.udg.mx/ingles/tutor/Assembler.html

Tools & Libs

NASM - The Netwide Assembler Project - FREE 80x86 assembler -- http://www.web-sites.co.uk/nasm/
Macro Assembler 6.11 - FAQ -- http://www.windows.com/canada/products/prodref/450_faq.htm
ASM Tools -- http://www.the-bridge.net/~electrk/tools.html
MASM32 -- http://www.pbq.com.au/home/hutch/masm.htm

The 80x86 Assembly Pages -- http://www.fys.ruu.nl/~faber/Amain.html

[This message has been edited by ascent (edited December 19, 2001).]