Re: Matrix Declaration in 8086



ravi wrote:
Can any body tell me you to create 2D matrix in 8086 assembly
language?

Create a 1-dimensional matrix, and fold it in half. (just joking, but that *is* more-or-less how you'd do it.)

I have to write a program to multiply two matries.

Okay... "square" matrices, I suppose? How many elements? How big are the elements? The mention of "8086" suggests dos, right? What assembler are you using? Give us an idea of what parts you *can* do, and perhaps we can help.

Best,
Frank

.



Relevant Pages

  • Re: PCB design.
    ... electronics or any programming language and get stuck in. ... Only an idiot would write that many lines of assembler ... I started programming DOS when the base IBM-PC machine ... was 16K with a single floppy disk. ...
    (sci.electronics.cad)
  • Re: Beginner question: Program to write Assembly in
    ... language, but there's a "gotcha". ... The linker you'll have will report itself as an "incremental" linker, and is for 32-bit code only. ... The easiest way to program assembly for dos is with a .com file - no linker needed (if you use Nasm/Fasm/Yasm... ... All you need is an editor, and an assembler... ...
    (comp.lang.asm.x86)
  • Re: Windows Assembly
    ... could have his first App up ... just about any language or OS:) ... Assembler was easy to use with DOS as there ...
    (alt.lang.asm)
  • Re: Evolution
    ... > inline assembler and larger parts by linking to an assembler ... in the HLL. ... language, particularly in smaller projects. ... > or two instructions if you ...
    (alt.lang.asm)
  • Re: HLA StdLib2 criticism
    ... HLC.EXE with an already existing C compiler and calls it HLC system. ... Suppose someone creates a new language and calls it "High Level ... Assembler" (HLA). ...
    (alt.lang.asm)