Forum: Assembly Apr 3rd, 2007 |
| Replies: 1 Views: 4,074 Could anyone help me to convert this code to 8086 assembly language.
Aku wt pki MASM32 (www.masm32.com)
; Build this with the "Project" menu using
; ... |
Forum: Assembly Mar 29th, 2007 |
| Replies: 10 Views: 8,152 Hi,
You can copy simple calc from here..
#make_com#
include 'emu8086.inc'
ORG 100h
JMP start |
Forum: Assembly Mar 29th, 2007 |
| Replies: 14 Views: 8,063 I am new to Microprocessor 8086. i should submit this assignment by monday evening. Can anybody help me with this question?
Q1 Write an 8086 assembly language program that will compute:
2.0... |