8150
Chat with our AI personalities
Program: include "emu8086.inc" ORG 100h MOV AX, 0004H //Move 1st 16-bit number to AX. MOV BX, FFFEH //Move 2nd 16-bit number to BX. IMUL BX //Multiply BX with AX and the result will be in DX:AX. CALL PRINT_NUM //Print the result. RET //Return. DEFINE_PRINT_NUM //Declare function. END
write it in 8085
Mov a.#000ff, mov b,#0008f add a,b
This was a bit of a pain but here it is: 123-45-67+89=100
The fundamental operations on whole numbers and decimals are addition, subtraction, division, and multiplication. However, multiplying and dividing decimals is a bit more complicated because you have to count decimal points to get an accurate answer.