1 Describe different types of Assemblers. Assembly language An assembly language (or assembler language [1] ) is a low-level programming language for a computer , or other programmable device, in which there is a very strong (generally one-to-one ) correspondence between the language and the architecture’s machine code instructions . Each assembly language is specific Read More …
Tag: assembly language
assembly language
q: what is the effective address generated by thefollowing combinations if they are valid. if not give reason.initially bx=0x0100, si=0x0010, di=0x0001,bp=0x0200, andsp=0xffff a- bx-si b- bx-bp c- bx+10 d- bx-10 e- bx+sp- f- bx+di Please follow and like us: