English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

I am new to Assembly Language. I am coding in 16-bit addressing mode using Irvine16.inc. How do I add 2 16-bit integers and then store the sum in a 32-bit integer? Also, how do I subtract a 32-bit integer from a 16-bit integer?

I am also getting a A2008 error from Command Prompt. How do I read these errors? Is there a website where the error messages are explained?

2007-02-13 13:41:08 · 1 answers · asked by Rosy 3 in Computers & Internet Programming & Design

1 answers

you can start by saving one number in a register, then use ADD command, to add from that register, with the other number, and it will save the result in the sumation register.

You need to get documentation for ur Processor, there is no way around that.

Good Luck

2007-02-13 14:19:18 · answer #1 · answered by Anonymous · 0 0

fedest.com, questions and answers