Computer assembly
-
Lecture "Charter 1: Introduction to Computers, the Internet and the Web," provides students with the knowledge: What Is a Computer, computer organization, early operating systems, personal, distributed and Client/Server Computing, machine Languages, Assembly Languages and High-Level Languages,... Inviting you refer.
34p doinhugiobay_13 24-01-2016 75 3 Download
-
Bài giảng Computer architecture: Part II - Instruction - Set Architecture hướng đến giới thiệu tới các bạn Instructions and Addressing; procedures and data; assembly language programs;... Hy vọng tài liệu là nguồn thông tin hữu ích cho quá trình học tập và nghiên cứu của các bạn.
76p codon_06 09-01-2016 71 6 Download
-
PREOCCUPATION with the problems of communication across language barriers has resulted in our time in the perfection, progressive application, or investigation of three new techniques.
0p nghetay_1 06-04-2013 80 3 Download
-
Toovercome the difficultyof characterizing the structures of the extracellular loops (eLPs) ofGprotein-coupledreceptors (GPCRs) other than rhodopsin, we have explored a strategy to generate a three-dimensional structural model for a GPCR, the thromboxane A2 receptor. This three-dimen-sional structurewas completedby the assembly of theNMR structures of the computation-guided constrained peptides that mimicked the extracellular loops and connected to the conserved seven transmembrane domains.
11p awards 05-04-2013 39 4 Download
-
Task A executes and starts to write the string “Hello world” to the LCD. Task A is pre-empted by Task B after outputting just the beginning of the string – “Hello w”. Task B writes “Abort, Retry, Fail?” to the LCD before entering the Blocked state. Task A continues from the point at which it was preempted and completes outputting the remaining characters – “orld”. The LCD will now be displaying the corrupted string “Hello wAbort, Retry, Fail?orld”. Read, Modify, Write Operations /* The C code being compiled. */ 155: PORTA |= 0x01; /* The assembly code produced. */ LDR R0,[PC,#0x0070] ;...
19p la_la123 04-04-2013 54 9 Download
-
Assembly language is essentially the native language of your computer. Technically the processor of your machine understands machine code (consisting of ones and zeroes). But in order to write such a machine code program, you first write it in assembly language and then use an assembler to convert it to machine code.
0p doilan 25-01-2013 49 4 Download
-
An Overview of the Computer System .This lesson includes the following sections: • The Parts of a Computer System • Looking Inside the Machine • Software: Bringing the Machine to Life .The Parts of a Computer System • • •
29p trada85 20-01-2013 64 6 Download
-
Supercomputers are the most powerful computers. They are used for problems requiring complex calculations. Because of their size and expense, supercomputers are relatively rare. Supercomputers are used by universities, government agencies, and large businesses.
13p trada85 18-01-2013 55 6 Download
-
Hardware refers to all the parts of the Computer System that we can touch. Examples of hardware are monitors, joysticks, printers, processors etc. • Software refers to all the programs and data that
60p trada85 18-01-2013 56 7 Download
-
Visual Studio projects: A project contains source code files, settings and resources for an application May contain references to class libraries May contain data used by application Building a project: Compiles source files Copies non-source files to output folder Creates an assembly in output folder Building a solution builds all its projects
50p quihaha 14-05-2012 74 9 Download
-
Tuyển tập báo cáo các nghiên cứu khoa học quốc tế ngành hóa học dành cho các bạn yêu hóa học tham khảo đề tài: Computer-aided design of nano-filter construction using DNA self-assembly
4p dauphong18 09-03-2012 33 4 Download
-
In its role as a high level assembler used for writing operating systems, C is often used to access memory locations and change individual bits. You might for example need to access individual bits in an int. It can sometimes be useful to conserve memory by using a byte to hold 8 flags though with an abundance of ram it's common to just use one byte per flag or even one per int. Knowing how to extract or alter individual bits is still worthwhile knowing; you may never have to use it but when you have to maintain code that...
49p gaconht 04-06-2011 74 9 Download
-
Linux is a Unix-like computer operating system assembled under the model of free and open source software development and distribution.Linux was originally developed as a free operating system for Intel x86-based personal computers. It has since been ported to more computer hardware platforms than any other operating system. Most Linux distributions support dozens of programming languages.
50p gaconht 03-06-2011 231 97 Download
-
This article is a hands-on tutorial for building a small boot sector. The first section provides the theory behind what happens at the time the computer is switched on. It also explains our plan. The second section tells all the things you should have on hand before proceeding further, and the third section deals with the programs. Our little startup program won't actually boot Linux, but it will display something on the screen. Bài viết này là một thực hành hướng dẫn cho việc xây dựng một khu vực khởi động nhỏ. Phần đầu tiên cung cấp các lý thuyết sau...
24p tungbk03 09-03-2011 89 10 Download
-
Not tried, not in Englishom (Assembly book) 71-http://www.rulabinsky.com/cavd/ Computer Aids for VLSI Design 72-ftp://195.135.232.80/Books/ 73-http://www.pdf.org.yu/ (Great FTP Site, Books about cryptography, business 74-http://www.sss-mag.com/pdf1.html (Good site) 75-http://www.tutorialized.com/ (hundreds of tutorials) 76-http://www.podgoretsky.com/ftp/Docs/ (Good site, mainly about programming languages) 77-http://www.epanorama.net (Not good) 78-http://www.comms.scitech.susx.ac.uk/fft/ (Food for thought site, very good) ...
6p dauxanhcono 07-01-2011 95 5 Download
-
The 80x86 IBM PC and Compatible Computers- P22: Praised by experts for its clarity and topical breadth, this visually appealing, one-stop source on PCs uses an easy-to-understand, step-by-step approach to teaching the fundamentals of 80x86 assembly language programming and PC architecture. Offering users a fun, hands-on learning experience, it uses the Debug utility to show what action the instruction performs, then provides a sample program to show its application.
18p davidvilla24 29-08-2010 63 5 Download
-
The 80x86 IBM PC and Compatible Computers- P21: Praised by experts for its clarity and topical breadth, this visually appealing, one-stop source on PCs uses an easy-to-understand, step-by-step approach to teaching the fundamentals of 80x86 assembly language programming and PC architecture. Offering users a fun, hands-on learning experience, it uses the Debug utility to show what action the instruction performs, then provides a sample program to show its application.
19p davidvilla24 29-08-2010 53 3 Download
-
The 80x86 IBM PC and Compatible Computers- P20: Praised by experts for its clarity and topical breadth, this visually appealing, one-stop source on PCs uses an easy-to-understand, step-by-step approach to teaching the fundamentals of 80x86 assembly language programming and PC architecture. Offering users a fun, hands-on learning experience, it uses the Debug utility to show what action the instruction performs, then provides a sample program to show its application.
50p davidvilla24 29-08-2010 61 4 Download
-
The 80x86 IBM PC and Compatible Computers- P19: Praised by experts for its clarity and topical breadth, this visually appealing, one-stop source on PCs uses an easy-to-understand, step-by-step approach to teaching the fundamentals of 80x86 assembly language programming and PC architecture. Offering users a fun, hands-on learning experience, it uses the Debug utility to show what action the instruction performs, then provides a sample program to show its application.
50p davidvilla24 29-08-2010 50 4 Download
-
The 80x86 IBM PC and Compatible Computers- P18: Praised by experts for its clarity and topical breadth, this visually appealing, one-stop source on PCs uses an easy-to-understand, step-by-step approach to teaching the fundamentals of 80x86 assembly language programming and PC architecture. Offering users a fun, hands-on learning experience, it uses the Debug utility to show what action the instruction performs, then provides a sample program to show its application.
50p davidvilla24 29-08-2010 71 4 Download