Computer Organization and Assembly Language Programming
Author : James L. Peterson
Publisher :
Page : 470 pages
File Size : 23,60 MB
Release : 1978
Category : Computers
ISBN :
Author : James L. Peterson
Publisher :
Page : 470 pages
File Size : 23,60 MB
Release : 1978
Category : Computers
ISBN :
Author : Richard H. Stark
Publisher :
Page : 424 pages
File Size : 47,16 MB
Release : 1975
Category : Computers
ISBN :
Author : J. Dixit
Publisher : Firewall Media
Page : 650 pages
File Size : 16,7 MB
Release : 2005
Category : C# (Computer program language)
ISBN : 9788170081135
Author : P.B. Kotur
Publisher : Sapna Book House (P) Ltd.
Page : 864 pages
File Size : 47,36 MB
Release : 2013-05-24
Category :
ISBN : 8128001108
The book “Computer Concepts and C Programming” is designed to help the Engineering students of all Indian Universities. This book is written as per the new syllabus of the Visveswaraiah Technological University, Belgaum, India and it satisfies all the requirements of I/II semester students who aspire to learn the fundamentals of computers and C Programming. C is a structured programming language. This is most popular and a very powerful programming language. It is standardized and portable across multiple operating systems. C has been the most sought after programming language for developing the system software such as device drivers, compilers, parts of operating systems, interpreters for languages like Java, Prolog, etc. Among other popular programming languages like C++, Java and C#, C retained its position in software development activities. This book provides more than 100 example programs. All these programs are executed and tested on Borland C++ compiler and with the vi editor on UNIX. All the laboratory assignments are provided in Appendix–A. There are 150 multiple choice questions given for the readers to test their knowledge of C language.
Author :
Publisher : Jones & Bartlett Learning
Page : 516 pages
File Size : 13,5 MB
Release : 2001
Category :
ISBN : 9780763746629
Author : Jeff Duntemann
Publisher : John Wiley & Sons
Page : 596 pages
File Size : 12,16 MB
Release : 2011-03-03
Category : Computers
ISBN : 1118080998
The eagerly anticipated new edition of the bestselling introduction to x86 assembly language The long-awaited third edition of this bestselling introduction to assembly language has been completely rewritten to focus on 32-bit protected-mode Linux and the free NASM assembler. Assembly is the fundamental language bridging human ideas and the pure silicon hearts of computers, and popular author Jeff Dunteman retains his distinctive lighthearted style as he presents a step-by-step approach to this difficult technical discipline. He starts at the very beginning, explaining the basic ideas of programmable computing, the binary and hexadecimal number systems, the Intel x86 computer architecture, and the process of software development under Linux. From that foundation he systematically treats the x86 instruction set, memory addressing, procedures, macros, and interface to the C-language code libraries upon which Linux itself is built. Serves as an ideal introduction to x86 computing concepts, as demonstrated by the only language directly understood by the CPU itself Uses an approachable, conversational style that assumes no prior experience in programming of any kind Presents x86 architecture and assembly concepts through a cumulative tutorial approach that is ideal for self-paced instruction Focuses entirely on free, open-source software, including Ubuntu Linux, the NASM assembler, the Kate editor, and the Gdb/Insight debugger Includes an x86 instruction set reference for the most common machine instructions, specifically tailored for use by programming beginners Woven into the presentation are plenty of assembly code examples, plus practical tips on software design, coding, testing, and debugging, all using free, open-source software that may be downloaded without charge from the Internet.
Author : Michael Abrash
Publisher : Scott Foresman Trade
Page : 640 pages
File Size : 14,67 MB
Release : 1990-01-01
Category : Computers
ISBN : 9780673386021
The most comprehensive treatment of advanced assembler programming ever published, this book presents a way of programming that involves intuitive, right-brain thinking. Also probes hardware aspects that affect code performance and compares programming techniques.
Author : Karen Miller
Publisher : Oxford University Press, USA
Page : 335 pages
File Size : 35,9 MB
Release : 1999
Category : Computers
ISBN : 9780195123760
Ideal for undergraduate courses in computer organization, assembly language programming, and computer architecture, An Assembly Language Introduction to Computer Architecture: Using the Intel Pentium introduces students to the fundamentals of computer architecture from a programmer's perspective by teaching them assembly language, the interface between hardware and software. Designed for students in computer science and engineering who have taken one high-level language programming course, it uses a top-down approach, introducing an abstract (registerless) assembly language first. This approach enables students to build on previous knowledge and allows them to write programs from the beginning of the course. Topics covered include basic computer organization, data representation, data structures, the assembly process, exception handling, and more. Examples are developed using the very popular Intel Pentium architecture; however, the concepts covered are valid with any system. This accessible text is supplemented with a helpful website (http: //www.cs.wisc.edu/ smoler/x86text.html) that contains macros to use with programming tools, lecture notes to accompany the text, sample programs, and other useful items.
Author : Bill Qualls
Publisher : Wiley
Page : 0 pages
File Size : 26,88 MB
Release : 1998-03-13
Category : Computers
ISBN : 9780471249931
Master the skills you need to take advantage of the booming market for mainframe programmers. Programmers acknowledge that understanding the internals of the machine helps them write more efficient code in cobol, C, and other high-level languages. Whether you are working on a Year 2000 team or setting up an e-commerce application, this book gets you up and running with the skills you'll need to retrofit systems and move mainframe programs into the 21st century. Designed to build skills rapidly and intuitively, Mainframe Assembler Programming: * Teaches you how to program mainframe Assembler on your PC * Starts you programming usable code from day 1, page 1 * Structures all lessons around real-world business applications * Uses the same five data sets throughout, so you get progressively more sophisticated results as you learn. On the enclosed disk you'll find: * PC/370-lets you program and execute mainframe Assembler on your PC * Source code for all examples from the book A rapid introduction or a refresher for experienced programmers, Mainframe Assembler Programming gives you the know-how you need to program for productivity and quality in the mainframe environment.
Author : Richard Blum
Publisher : John Wiley & Sons
Page : 12 pages
File Size : 38,60 MB
Release : 2005-02-11
Category : Computers
ISBN : 0764579010
Unlike high-level languages such as Java and C++, assembly language is much closer to the machine code that actually runs computers; it's used to create programs or modules that are very fast and efficient, as well as in hacking exploits and reverse engineering Covering assembly language in the Pentium microprocessor environment, this code-intensive guide shows programmers how to create stand-alone assembly language programs as well as how to incorporate assembly language libraries or routines into existing high-level applications Demonstrates how to manipulate data, incorporate advanced functions and libraries, and maximize application performance Examples use C as a high-level language, Linux as the development environment, and GNU tools for assembling, compiling, linking, and debugging