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

2006-10-03 18:07:32 · 6 answers · asked by a 1 in Science & Mathematics Engineering

6 answers

you can implement your assembly language source code using TASM(turbo assembler) editor
don't worry at all it is very easy to learn assembly language.
Begin with the program in assembly language like
addition, subtraction then go to multiplication, then perform task like drawing line with your mouse, then string reverse, string concatenation, then to determine whether your floppy disk is bootable or not.

I will refer to book Assembly language by peter Albel. Please excuse me if there is any misspell in name or author of book.

2006-10-04 01:45:24 · answer #1 · answered by nick 2 · 0 0

Learning Assembly Language requires learning both the processor instruction set and the hardware of the system for which you are programming.

2006-10-04 01:25:17 · answer #2 · answered by Helmut 7 · 1 0

First learn the instruction set of the processor completely.
Then think that you are the micro processor and for each instruction you write in the program just understand the sequence of tasks a microprocessor does(which is you).
Practice this and it will make assembly language a lot, lot easier...

2006-10-04 06:26:16 · answer #3 · answered by Arjun 1 · 0 0

OMG I'm older than dirt in the computer world, know assembly, and I ran out of uses for it 10 years ago. Do you realize that reading my answer would take at least 20 pages in assembly ?
DOS is to assembly what Visual Basic is to DOS, and so on.

2006-10-04 01:14:02 · answer #4 · answered by Anonymous · 0 0

There are simple, small microprocessors that can still be programmed in assembly:
http://www.microchip.com/stellent/idcplg?IdcService=SS_GET_PAGE&nodeId=74

However, even most of those are programmed in either BASIC or C

2006-10-04 01:48:18 · answer #5 · answered by arbiter007 6 · 1 0

study it

2006-10-04 01:09:27 · answer #6 · answered by king 2 · 0 0

fedest.com, questions and answers