Geometry.Net - the online learning center
Home  - Basic_A - Assembly Language Programming
e99.com Bookstore
  
Images 
Newsgroups
Page 5     81-100 of 134    Back | 1  | 2  | 3  | 4  | 5  | 6  | 7  | Next 20
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  

         Assembly Language Programming:     more books (100)
  1. A Simplified Approach to S/370 Assembly Language Programming by Barbara J. Burian, 1977-06
  2. 68000 Assembly Language, Programming And Interfacing: A Unique Approach For The Beginner by Ambrose Barry, 1997-11-13
  3. A Model Computer: Algorithms for Machine and Assembly Language Programming by Richard E. Johnson, 1995-06
  4. Assembly Language Programming Techniques for the IBM PCJR by John Socha, 1985-05
  5. Z80 Assembly Language Programming Manual by Zilog, 1980
  6. Learning Microcomputer Assembly Language Programming: A Guide for Basic Programmers by Hugo Jackson, Ann Fischer, 1985-06
  7. Assembly Language Programming in COMPASS by Stephen B. Seidman, Pearl Y. Wang, 1987-04
  8. Assembly Language Programming for the 80386 (Computing That Works) by Judi N. Fernandez, Ruth Ashley, 1990-01
  9. Z80 assembly language programming (Personal computing series) by Peter W Steele, 1987
  10. Computer Organization and Assembly Language Programming for the Vax by Gary Michael Schneider, Ronald Davis, et all 1987-02-11
  11. Microcomputer assembly language programming by Gary Elfring, 1984
  12. 65816/65802 Assembly Language Programming by Michael A. Fischer, 1986-08
  13. Assembly language programming for the control data 6000 series and the Cyber 70 series by Ralph Grishman, 1974
  14. Pdp-11: Structured Assembly Language Programming (Benjamin/Cummings Series in Structured Programming) by Robert W. Sebesta, 1984-09

81. The Answer Guy 44: Assembly Language Programming For An Old DESQview User
Well, assembly language programming is rare in any form of UNIX. However, it issomewhat better supported under Linux than under most other UNIX variants.
http://www.linuxgazette.com/issue44/tag/24.html
"The Linux Gazette... making Linux just a little more fun!
The Answer Guy
By James T. Dennis, linux-questions-only@ssc.com
LinuxCare, http://www.linuxcare.com/
Assembly Language Programming for an old DESQview User
From Ed Damvelt on Mon, 19 Jul 1999 Good evening. I saw your answer to a question regarding Desqview386 and your recommendation of Linux. From 1985 until eight years ago, when I moved from Europe to Mexico, I made industrial automation programs (assembler for all routines and MS-C just to compile it, because my data base/index file software is in C) and complete hardware, running, if necessary, under Desqview386. Since I am here I have not been active in this field, so I lost a bit the thread. Nevertheless, recently I started engineering in automation again, and want my programs to run in ASM again. I thus need a multitasking environment and Linux seems to be the proper choice nowadays; I am one of the Windows-haters, but forced to use it still. For me the questions now are: What conventions must the assembler file answer to in order to run under Linux? Search as I did, I only found info about how to run existing programs, not how to program myself. Can you tell me where to find this info? Are there ASM- and C-compilers to have for Linux? Yes, where? What is there to do to run multiple programs? Etc. I guess you got the gist of my needs. I do hope that I do not have to re-write my whole ASM-library; it cost me a lot of time to write identical procedures to MS-C and, where convenient, Turbo-Pascal in such way, that they are much more efficient, practically insensitive to type/pointer mix-up and much faster.

82. OOPWeb.com - The Art Of The Assembly Language Programming By Randall Hyde

http://oopweb.com/Assembly/Documents/ArtOfAssembly/VolumeFrames.html

83. Parallax, Inc-StoreFront Product Detail Page
Introduction to assembly language programming with the SX Microcontroller,v1.2 Larger image, Stock 45401 Category SXBoards
http://www.parallax.com/detail.asp?product_id=45401

84. Programming: Tutorial: Unix Assembly Language Programming
Linux Admin Portal Tutorial Unix assembly language programming.
http://librenix.com/?inode=46

85. IMSA Math - Curriculum - Assembly Language Programming
Mathematics curriculum at the Illinois Mathematics and Science Academy.
http://staff.imsa.edu/math/curriculum/courses/Assembly.html
curriculum personnel imsa math journal extra-curriculars professional development
Assembly Language Programming
Text(s)/Materials:
    Materials for this course have been developed by the Mathematics Team.
    Reference text: Abel. (1998) IBM PC Assembly Language and Programming . Upper Saddle River, NJ: Prentice Hall. Software used: Turbo Assembler, V 5.
Course Description:
    Assembly Language Programming is a one-semester course designed to introduce students to the fundamentals of the 8088 architecture and its instruction set. The students study the details of numeric representation in various number bases, the 8088 registers, and how to use the editor, assembler, and debugger. After becoming familiar with the majority of available instructions, the students are expected to write programs that access various hardware devices for input, output or both. They also write programs dealing with multiple precision arithmetic, conditional branching, loops, logical operations, shift commands, subroutines, accessing the screen display, BIOS/DOS interrupts, disk operations, and interfacing assembly language routines into high level language programs.
Teaching and Learning Methodology and Philosophy:
    The teaching philosophy in this class is based on the idea that students learn by doing. There are frequent short classroom discussions about various components of the language followed with assignments related to applying those concepts and principles. Many assignments are progressive in nature, with numerous problems building on previous work. Sometimes the problems are designed to promote classroom discussion about better ways of approaching the solution.

86. Optimizing Assembly Code
The main focus is on assembly language programming, though there are also someadvices on high level languages such as C++. This is the most comprehensive,
http://www.agner.org/assem/
Home Cultural Selection Theory Evolutionary biology Random number generators Assembly programming Software Contact address
Assembly resources
Contents
How to optimize for the Pentium microprocessors
Last updated 2004-Apr-16. This manual describes everything you need to know about optimizing code for the Intel microprocessors, including Pentium, Pentium MMX, Pentium Pro, Pentium II, Pentium III, Pentium 4, Celeron and Xeon. The main focus is on assembly language programming, though there are also some advices on high level languages such as C++. This is the most comprehensive, detailed, and accurate manual there is on this subject, covering a lot of details not found anywhere else, such as:
  • complete lists of instruction timings and micro-op breakdowns identification of bottlenecks in the pipeline register renaming and out-of-order execution detailed explanation of branch prediction mechanisms
File name : pentopt.pdf, size: 814906, last modified: 2004-Apr-16.

87. CSc 035 Microcomputer Assembly Language
The general concepts of assemblers and assembly language programming as seenthrough the Intel 80x86 Processor Family.
http://gaia.ecs.csus.edu/~csc035/royj/
CSc 035 Microcomputer Assembly Language Programming
Spring Semester 2002
Course Information Schedule Laboratories Semester Programs Instructor: Jharna Roy Email: royj@gaia.ecs.csus.edu Office: RVR 5008 Office Phone: Office Hours: TBA
GENERAL: CSC-35 is an introduction to assembly level machine organization. Emphasis is on the architecture of processors, memory system organization and architecture, input/output, exceptions/interrupts and software interfaces. The general concepts of assemblers and assembly language programming as seen through the Intel 80x86 Processor Family.
TEXTBOOK:
Assembly Language For Intel-Based Computers 1999 (Third Edition) - Kip R. Irvine - Prentice Hall
Bookstore or at the website www.bestbookbuys.com We will be using Microsoft MASM version 6.13 in the RVR 3009 lab. The Textbook includes a CD-ROM with Free MASM 6.11 and other utilities.
STUDENT PREPARATION:
It is assumed that students are well versed in a high level programming language and are aware of the procedures using a computer system . CSc 15 is a required prerequisite . Added note from your instructor - if you are not a B student or better, recommend you complete CSc 20 before enrolling in CSc 35.

88. Assembly Language (x86) Resources
Randell Hyde at Riverside The Art of assembly language programming. Book fromcourse. This is invaluable. Gavin s Guide to 80x86 Assembly is a nice
http://grail.cba.csuohio.edu/~somos/asmx86.html
Assembly Language (x86) Resources

89. Introduction To Assembly Language Programming (Dandamudi)-Springer Programming L
This updated textbook introduces readers to assembly and its evolving role incomputer programming and design. The author concentrates the revised edition
http://www.springeronline.com/sgw/cda/frontpage/0,11855,5-40356-72-33834988-0,00
Please enable Javascript in your browser to browse this website. Select your subdiscipline Artificial Intelligence Computer Hardware Foundations of Computing General Computer Science Information Systems Mathematics of Computing Media Design Home Computer Science
Select a discipline Biomedical Sciences Chemistry Computer Science Economics Education Engineering Environmental Sciences Geography Geosciences Humanities Law Life Sciences Linguistics Materials Mathematics Medicine Philosophy Popular Science Psychology Public Health Social Sciences Statistics preloadImage('/sgw/cda/pageitems/designobject/cda_displaydesignobject/0,11978,5-0-17-900180-0,00.gif'); preloadImage('/sgw/cda/pageitems/designobject/cda_displaydesignobject/0,11978,5-0-17-900170-0,00.gif'); preloadImage('/sgw/cda/pageitems/designobject/cda_displaydesignobject/0,11978,5-0-17-900190-0,00.gif'); preloadImage('/sgw/cda/pageitems/designobject/cda_displaydesignobject/0,11978,5-0-17-900200-0,00.gif'); preloadImage('/sgw/cda/pageitems/designobject/cda_displaydesignobject/0,11978,5-0-17-900369-0,00.gif'); preloadImage('/sgw/cda/pageitems/designobject/cda_displaydesignobject/0,11978,5-0-17-900344-0,00.gif');

90. Looking At Books: 6502 Assembly Language Programming, Assembly Language Subrouti
Looking at Books 6502 assembly language programming, Assembly Language Subroutines,Programming the 6502, SY6500/MCS6500 Microcomputer Family Programming
http://www.atarimagazines.com/v1n6/lookingatbooks.html
ANTIC VOL. 1, NO. 6 / FEBRUARY 1983 / PAGE 104 Daily Free Software Picks
Looking at Books
Atari's Mother Tongue
by Daniel Grau It seems not so long ago that I was programming my microcomputer by keying-in lists of hexadecimal numbers, and I was fortunate. Altair and Imsai owners had to enter their bootstrap programs by toggling an array of 24 switches for each byte of data. At that time I was the proud owner of a MOS Technology KIM microcomputer with a 6502 microprocessor and, yes, one whole kilobyte of memory. Nowadays there are tools, like the wonderful Assembler Editor cartridge by Atari, for those who want to speak to the machine in its mother tongue. The 6502 machine language is one of the most elegant and efficient of all microcomputer languages, and it's my pleasure to share some information to help you learn to use this language. The Atari Assembler Editor Manual assumes that the reader is already familiar with Assembly Language, and suggests, as suitable study texts, Lance Leventhal's 6502 Assembly Language Programming and Programming the 6502 by Rodnay Zaks. In Appendix B, the 6502 Programming Manual is added to the list. I will summarily review these and other well-known books. 6502 Assembly Language Programming and its companion, Assembly Language Subroutines, by Lance Leventhal (Osborne-McGraw Hill) are outstanding books. Both have extensive and very clear explanations of programming, 6502 architecture and Assembler instruction sets. The former also explains Assemblers, input / output operations, peripheral chips and 6502 interrupts. However, they are not easy reading for rank beginners.

91. COSC 2331 Syllabus
Programs will be assigned in a representative assembly language to explore these Introduction to assembly language programming From 8086 to Pentium
http://www.stedwards.edu/science/weber/cosc2331/Syllabus.html
COSC 2331, Assembly Language Programming
Instructor: Dr. Sharon Weber. Class Hours: MWF: 11-11:50, MH 301 Office Hours: See my web page, http://myweb.stedwards.edu/sharonsw for this information. Office Location: Andre Hall 202; Phone: 448-8728 Email: sharonsw@admin.stedwards.edu
Course Description
An introduction to instruction set architectures (ISA), emphasizing central processor organization and operation. Specific topics include: integer and floating point representations, base conversions, character codes, register architectures, ISA level addressing modes, instruction execution cycle, interrupt cycles, operating modes, subroutine call/return and I/O services. Programs will be assigned in a representative assembly language to explore these areas.
Course Objectives
Students will become familiar with programming instructions and data that are very close to machine level. Students will be able to understand and write basic IA32 assembly language programs to link them with programs written in a higher level language. Students will be able to understand the various instructions involving memory referencing, subroutines, procedures, stack, registers, and segments as well as how to write more optimal code using assembly language. Students will become familiar with the basic computer system organization and operation including the CPU, memory, and IO subsystems.

92. The Rebirth Of Assembly Language Programming- ADTmag.com
Author explains why assembly is back. Hyde s book, The Art of AssemblyLanguage Programming, has been available online for 10 years, but now No Starch
http://www.adtmag.com/article.asp?id=8351

93. COSC 2406 E Assembly Language Programming - Department Of Mathematics And Comput
,Laurentian University Department of Mathematics and Computer Science / LaurentienneUniversité Département de mathématiques et d informatique.
http://www.cs.laurentian.ca/www/index.php?option=content&task=view&id=58

94. CS110 Class Home Page
CS 110 is a course in assembly language programming that also covers some basicarchitecture and operating system concepts. The target platform for projects
http://www.stanford.edu/class/cs110/
CS 110
ASSEMBLY LANGUAGE PROGRAMMING
SPRING 2001 Mon/Wed 9:30a - 10:45a in Gates B12 Douglas I. Anderson
Course Overview
CS 110 is a course in assembly language programming that also covers some basic architecture and operating system concepts. The target platform for projects in this course is the Palm Computing Platform (the most well known Palm Computing Platform device is the PalmPilot).
Important: Final info
Course Materials
  • Announcements (new!) Handouts Lab downloads Manuals and References

  • Administration Details
    Lecturer: Douglas I. Anderson ( Email dianders@cs.stanford.edu
    Office Hours: Monday Gates 195 (Will start in B12 after class) Wednesday Gates 195 (Call 5-5303 if Gates is locked) ...or by appointment Teaching Assistant: Yan Liu ( Email: yl314@stanford.edu Office Hours: Wednesday Gates B24A Thursday Gates B24B ...or by appointment Staff E-mail: cs110-staff@cs.stanford.edu Mailing list: cs110-all@disordat.com Usage information. News Group: su.class.cs110
    Students in the class may wish to use the class newsgroup to discuss problems/look for partners. However, the staff is not obligated to answer questions from the newsgroup. Lectures: Monday and Wednesday, 9:30a – 10:45a, Gates b12

    95. EDM/2 - The Codesmith's Library - Using Assembly Language
    The next chapter reviews assembly language programming for the uninitiated, This concludes the tutorial section on assembly language programming.
    http://www.edm2.com/0409/codesmith.html
    The Codesmith's Library - Using Assembly Language
    Written by Carsten Whimster
    Introduction
    In The Codesmith's Library, I focus on development books and materials. I write this column from the point of view of an intermediate programmer. Pick up whichever book strikes your fancy, and join the growing group of people following our programming columns. Please send me your comments and thoughts so that I can make this column what you want it to be. I read and respond to all mail.
    Using Assembly Language, 3rd Edition
    I picked up Using Assembly Language in order to learn enough x86 assembly language to be able spruce up my C code, to get through a more advanced book I have on my shelf, and to further my understanding of the underlying machinery. This should help me become a better debugger . This book purports to teach assembly language from scratch, including information on incorporating assembler into C, C++, BASIC (sic), Pascal, DBase, and Clipper code. The chapters are as follows: This book is a touch older (1992) than other books I have reviewed, and this is partly my fault. The bookstore I frequent is generally quite good and keeps recent books mostly, but when I picked this one up, I flicked through and liked what I saw, without checking the publishing date. I presume that there is now a newer version out which may correct some of the faults of this book. Keep this in mind as you read this review. Part II addresses the ways of interfacing assembly language with most of the popular DOS-based programming languages. Parameter passing, the stack, and registers are discussed. Following this, several languages deal with the individual languages to interface with. This concludes this short section.

    96. Assembly - Internet Resources (embedded Assembly Language)
    It covers assembler and protected mode programming using the Intel processor Topic Areas assembly language programming, history, operation Asm,
    http://www.eg3.com/WebID/software/assembly/blank/personal-page/a-z.htm
    minipopup('software_assembly_blank')
    Real Time Developer Studio select db vendors conferences google sections keywords vendors news ... Be Genius - Use Windows Embedded and Bring a Device to Market Fast
    Choosing an embedded operating system is critical to your development success. Use this online guide to help you quickly plan, build, license, and ship your embedded device. Click for details from Microsoft
    Microsoft Windows
    Embedded
    personal page
    Assembly Language by Brian Brown
    This free study guide on the Internet introduces you to assembly language programming. It covers assembler and protected mode programming using the Intel processor computer chips. Topic Areas: Assembly language programming, history, operation Asm, directives and data types Asm, HLL constructs . . .
    preview: http://goforit.unk.edu
    personal page
    Assembly Language Lab
    The main purpose of this page is for people who already know the some assembly and C to see why it is often very beneficial to use a direct assembly implementation over a pure C implementation. There are, in my opinion, too many programmers out there who just don't know what a difference hand coded assembly can make.
    preview: http://www.azillionmonkeys.com

    97. Assembler Simplified With TERSE Algebraic Assembly Language
    Algebraic assembly language employing prefix, infix, and postfix notation.Assembler simplified. Biggest advance in lowlevel programming since Macro
    http://www.terse.com/
    100% Satisfied Customer Base!
    Assembler Simplified With
    Algebraic Assembly Language
    represents a whole new concept in low-level programming and is the first real advance in assembly language programming since the invention of the Macro Assembler. is an x86 specific programming language compatible with the entire processor family from the 8088 through the Pentium 4 and beyond. It is a machine-level language that gives you all of the control available in assembly language with the ease-of-use and the look-and-feel of a high-level language like C. is a very mature language. Conceived in 1986, implemented in 1987, proven in real world applications for over a decade, and used by Fortune 250 corporations, universities, and programmers on six continents since 1996! has virtually replaced assembly language for time and/or space critical applications in embedded x86 based and PC applications. For an overview of the language read this article written for Dr. Dobb's Journal.
    Contents of This Web Site:
    The Joy of Hex -or- Why I'm So Happy When I Program
    Ever since I programmed my first computer in the late '60's, I've been intoxicated with the total control and the pure logic of it all. I took my first programming class...

    98. SimuProc - Processor Simulator
    A hypothetical processor simulator for learn the basics to start programming in assembly language. It is show as a processor works internally in each cycle while assembler program is being executed. It includes editor with syntax highlighting, a bases converser.
    http://www33.brinkster.com/vlaye/software/simuproc/index3.html
    var google_language="en"; var adHB=true; wDoL("top","BLVQIEB"); wCls("BLVQIEB"); wDoL("btm","BLVQIEB"); showA("BLVQIEB"); Web Hosting by Brinkster S i m u P r o c SimuProc es un Simulador de Procesador, para empezar a programar en assembler, observe como funciona un procesador internamente, aprenderas algoritmos y mas. Entre acá

    99. Witzend Software - Contract Programming Services, Tools For Windows Developers
    Custom programming services for Widows and the Web. Specialists in Windows, Visual C++, MFC, COM, ATL, ActiveX controls, XML, and Intel assembly language.
    http://www.witzendsoft.com/
    P rogramming tools for Windows and the Web, including Win32 Applications Dynamic link libraries ActiveX controls Visual C++ tools W itzend Software also provides custom programming services , specializing in applications for Windows using C/C++, Visual Basic, MFC, COM, ATL, and Intel assembly language.
    Telephone Address
    th Avenue SW ° Seattle WA 98146 ° USA
    E-mail
    Information: info@witzendsoft.com Sales: sales@witzendsoft.com Support: support@witzendsoft.com Web: webmaster@witzendsoft.com

    100. Kip R. Irvine Home Page
    Online textbooks Advanced Visual Basic 6, C++ and ObjectOriented programming, assembly language for Intel-Based Computers. assembly links.
    http://www.nuvisionmiami.com/
    Kip Irvine's Home Page
    Welcome to the home page for Kip Irvine, Instructor, School of Computer Science, Florida International University. (Formerly of Miami-Dade Community College-Kendall) Email:
    kip.irvine@pobox.com
    My non-academic interests are playing 'cello and Viola da Gamba, and practicing Tae Kwon Do. At one time I was a surfboard maker in Hawaii, and I used to teach classical guitar. Curriculum Vitae Published College Textbooks: Courses In Progress (Fall 2000) Graduate Degrees:
    • Master of Music, University of Hawaii, 1978 Doctor of Musical Arts, University of Miami, 1982 Master of Computer Science, University of Miami, 1995
    Related Links: Assembly Language Sources Prentice Hall Publishing Scott/Jones Publishing This page was last updated

    A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  

    Page 5     81-100 of 134    Back | 1  | 2  | 3  | 4  | 5  | 6  | 7  | Next 20

    free hit counter