Archive | LT Assembly

[Assembly] Enter 1 character test of whether or not there is Assembly

Problem checking input characters with the number or not. code

[School_VXL] The document processor and assembly

Some references curriculum and theory processor assembly: download theme designed processor: download Review Questions processors: download syllabus microcontroller 8051: download Microprocessor Test and assembly: download

[Assembly] Combined with high-level language Assembly

Assembly can be combined with the high-level languages ​​such as Pascal, C / C , … when writing programs, In this article I just mentioned combined with Pascal Assembly When combined with Pascal Assembly have 2 from: inserted directly into the asm file or write separate files. 1. Write the 1 file. Inserting asm syntax: Example: Count 2 integer a, b. […]

[Assembly] Guide assembly run by TASM and emu8086

1. Run by TASM Assembly First you download the file to decompress TASM.zip somewhere you want. Here his right to Desktop, you can drive to the C or 1 Other drives. Unzip you will have 1 folder in a file that is available welcom.asm and BIN directory contains the translation. Now we will run welcom.asm, other files when you write […]

[Assembly]Fatal: Bad object file record in hello.asm near module file offset 0x00000000

When we execute the TASM hello.asm success and create 1 file hello.obj. But when associated with the command tlink hello.asm got this error message. This error occurs does not understand why his =)), just know that if this error may be that it does not allow links * .asm file. And how we used to overcome the * .obj file instead of the * .asm. In this TH […]

[Assembly] Community 2 decimal integer

For communities to be 2 large integer, then we first need to import and export are 2 large integer decimal system was. You can look at the import and export of raw. Here is the code public 2 decimal integer: link your code based on all import and export of raw or can see 2 file inputDecProc.asm và outputDecProc.asm

[Assembly] Import and export of raw

In Asm enter only provides functions 1 and enter the character string and want to enter 1 Some have 2 digits or more need to build separate procedure. Algorithm enter: For example, the algorithm described: For example we enter 123. The process is as follows: Total = 0 Enter '1' Change '1' → number 1 Total = 10*0 + 1 Enter '2' Change '2' → number 2 […]

[Assembly] Hex Display as of 1 decimal

In our current program on the number num is hex 223, You can replace it with another. code

[Assembly] Export multiple digit numbers in Assembly

To export multiple digit numbers we perform some separation from right to left in order to stack and store div. Then again taken from the stack. The following example in some 12346 screen code

[Assembly] Export array of Assembly