Page 1 of 1

Anyone familiar with assembly language?

Posted: Sun Apr 12, 2009 4:15 pm
by Rightwing
I need some help.

Re: Anyone familiar with assembly language?

Posted: Sun Apr 12, 2009 4:16 pm
by Minneapolis Mayor
I do

Re: Anyone familiar with assembly language?

Posted: Sun Apr 12, 2009 4:28 pm
by Rightwing
Sxb this has nothing to do with my microprocessors intruction set like 8086 microprocessor:
Its and old one and its about to multply two number by using littleman e.g.

http://www.acs.ilstu.edu/faculty/javila/lmc/

00 LDA #01;
01 STA 99;
02 LDA #05;
03 STA 98;
04 OUT 00;
05 SKP 00;
06 HLT 00;
07 SUB 99;
08 JMP 04;
Thank you inadvance