Geometry.Net - the online learning center
Home  - Basic_A - Assembly Language Programming
e99.com Bookstore
  
Images 
Newsgroups
Page 7     121-134 of 134    Back | 1  | 2  | 3  | 4  | 5  | 6  | 7 
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. Assembly language programming with the IBM PC AT by Leo J Scanlon, 1986
  2. 68000 Assembly Language Programming: A Structural Approach by J. Michael Bennett, 1987-01
  3. Machine and Assembly Language Programming of the Pdp-11 by Arthur Gill, 1983-03
  4. Assembly Language Programming on the IBM PC (The personal computer series) by Chris Hawksley, Neil White, 1985-06
  5. Assembly language programming for the IBM systems 360 and 370 by Michael D Kudlick, 1980
  6. 6502 Assembly Language Programming (Self-teaching Guides) by Judi N. Fernandez, 1983-03-23
  7. MACRO-86 assembly language programming by Lawrence P Larsen, 1984
  8. Assembly Language from Square One: For the PC at and Compatibles (Scott, Foresman Assembly Language Programming Series) by Jeff Duntemann, 1989-12
  9. Assembly Language Programming on the B. B. C. Micro by John Ferguson, Tony Shaw, 1983-12
  10. Assembly Language Programming for the 68000 Family by Thomas P. Skinner, 1988-03-23
  11. Computer Organization and Assembly Language Programming: A Gentle Introduction by L. Ohlsson, P. Stenstrom, 1987
  12. Introducng Z-80 Assembly Language Programming by Ian R. Sinclair, 1983-08
  13. 8080a Assembly Language Programming by Lance Leventhal, 1978-01-01
  14. Assembly Language Programming on the B. B. C. and Acorn ELECTRON by R.B. Coats, 1985-12-01

121. C++, C, And Assembly Language Tutorials
assembly language Tutorials and Resources. programming from the Ground Up (alsoavailable in print); Somebody Still Uses assembly language?
http://www.kegel.com/academy/tutorials.html
C++, C, and Assembly Language Tutorials
Open Source Development Tutorials
Other lists of C/C++ Tutorials
C Tutorials

122. Programming Languages Are Like Women
Humorous analogies between women and assembly, Fortran, COBOL, BASIC, PL/1, C, Algol 60 and 68, Pascal, Modula2, LISP, APL, Logo, Lucid and Prolog, Ada. Inspired by Fun with Computer Languages.
http://www.gksoft.com/a/fun/languages-women.html
Programming Languages Are Like Women
There are so many programming languages available that it can be very difficult to get to know them all well enough to pick the right one for you. On the other hand most men know what kind of women appeals to them. So here is a handy guide for many of the popular programming languages that describes what kind of women they would be if programming languages were women.
Assembler
A female track star who holds all the world speed records. She is hard and bumpy, and so is not that pleasant to embrace. She can cook up any meal, but needs a complete and detailed recipe. She is not beautiful or educated, and speaks in monosyllables like "MOV, JUMP, INC". She has a fierce and violent temper that make her the choice of last resort.
FORTRAN
Your grey-haired grandmother. People make fun of her just because she is old, but if you take the time to listen, you can learn from her experiences and her mistakes. During her lifetime she has acquired many useful skills in sewing and cooking (subroutine libraries) that no younger women can match, so be thankful she is still around. She has a notoriously bad temper and when angered will start yelling and throwing dishes. It was mostly her bad temper that made granddad search for another wife.
COBOL
A plump secretary. She talks far too much, and most of what she says can be ignored. She works hard and long hours, but can't handle really complicated jobs. She has a short and unpredictable temper, so no one really likes working with her. She can cook meals for a huge family, but only knows bland recipes.

123. Code.box.sk
Tutorials on several languages (assembly, C/C++, Java, Perl, PHP, Visual Basic), discussion forums on each, general forum, news, survey, holds quarterly programming contests. In English, despite .sk domain.
http://code.box.sk/
var barbgcolor='#cccccc'; var fosize='12'; var bagcolor='#cccccc'; var focolor='black'; var mebagcolor='#cccccc'; var mefocolor='gray'; REGISTER Lost password ?
code.box.sk
login: password: features: forums
links
post news view blogs ... Our staff logged users active for last 5 minutes
Regular user
registered users:29207
There are currently 1 registered users and 17 guests browsing the website. Welcome our latest registered user: Nesch sms news Microsoft Invests in Cross-Platform Development, Vista Server Security
@ : sms

Sep 16 2005, 11:40 (UTC+0) From: bulibuta
Vista's development tools use cross-platform standards , so you can use them to write normal apps that will run on multiple platforms or Web-based apps with multiple browser support.
Also, new security features planned for the Vista version of Windows Server will include an automatic patch check and a file system that can fix itself, Microsoft said
Watch some videos of Vista here read comments write comment Linux Trademark Rejected by Australia @ : sms Sep 16 2005, 11:38 (UTC+0) From: bulibuta Linus Torvalds' bid to have the word 'Linux' trademarked in Australia has failed, with the local intellectual property regulator sending his lawyer a vitriolic letter deriding efforts to provide evidence the trademark application was legitimate. In the letter, published by ZDNet, the regulator points out that information from Wikipedia and Google used by the lawyer to support the trademark application is simply not effective in making the case for a trademark to be registered.

124. Estoile.com
programming resources on Languages C, C++, REXX, assembly; Unix; Embedded systems; data structures.
http://www.estoile.com/
estoile.com Categorised Collection of links in the area of networking, routing, programming, photography and telecom Links

125. Paul Hsieh's Assembly Lab
There are, in my opinion, too many programmers out there who just don t know what So I am refraining from performing assembly language analysis until I
http://www.azillionmonkeys.com/qed/asmexample.html
Assembly Language Lab
by Paul Hsieh
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. I hope to help remedy this situation. If you have other examples, or input (or challenges) regarding this page don't hesitate to contact me
  • GCD On comp.lang.asm.x86, Jon Kirwan asked for compiler output for the "greatest common divisor" function from the following C implementation: unsigned int gcd (unsigned int a, unsigned int b)
    b = 1;
    b = a;
    while (a != b)
    b -= a;
    else
    a -= b;
    return b;
    Here's my favorite C compiler with /os/s options (optimize for size, use no stack checking; other optimization options did not help much) versus a human (i.e., me) implementation: ; WATCOM C/C++ v10.0a output
  • 126. Owain F Carter : Programming Languages As Cars 183
    Humorous analogies between cars and assembly, Fortran II/IV/77, COBOL, BASIC, PL/1, C, Algol 60/68, Pascal, Modula2, LISP, Prolog/Lucid, Maple/MACSYMA, Forth, Logo, APL, Ada. Inspired by Fun with Computer Languages.
    http://homepages.tesco.net/~scotsnet/o.f.carter/fun/fun183.htm
    Owain F Carter
    Programming Languages as Cars
    Humour

    127. XComputer Lab 2
    Instead, programmers use assembly language or highlevel language. To givea name to a memory location in an assembly language program, all you have to
    http://math.hws.edu/TMCM/java/labs/xComputerLab2.html
    Labs for The Most Complex Machine
    xComputer Lab 2: Assembly Language Programming
    T HE MACHINE LANGUAGE FOR xComputer consists of thirty-one different instructions. Each instruction performs a very simple task. Nevertheless, very complex programs can be built up from these instructions. The previous lab introduced the xComputer applet and the basic xComputer machine language instructions. In this lab, you will learn more about programming the xComputer. Hopefully, you'll begin to appreciate how complex programs can be composed from very simple instructions. Machine language consists of binary numbers, but it would be almost impossible for people to program if they had to write programs directly in binary. Instead, programmers use assembly language or high-level language . The programs they write in these languages are translated by assemblers and compilers into machine language. You'll use a high-level language called "xTurtle" in later labs. In this lab and the next, you'll use assembly language. Assembly language is closely related to machine language, but has several features that make it much easier to use. You've already seen that assembly language uses meaningful instruction names, such as

    128. Welcome To Linuxassembly.org
    On this site you will find various resources ranging from tutorials, documentationup to actual Linux and Unix tools written in assembly language.
    http://linuxassembly.org/
    Frames Required Please click here to visit the correct page.

    129. Assembly Language Repository
    showdate.asm, assembly language program which shows the current date and time ina form identical to that used by Posix ctime()
    http://www.beroset.com/
    about me links assembly language code site map
    Assembly Language Source Code
    The Idea
    Over the years, I have written and given away a lot of assembly language source code. Some is useful in its own right but most of these programs were written in response to questions on the Fidonet 80XXX echo (a pre-Usenet assembly language discussion forum) and so they were mostly intended to show an idea or approach relating to assembly language programming. In other words, while they might actually do something , they're mostly intended to be read by humans rather than run by computers. Almost all of this code is several years old and I haven't tested any of it for at least that long, so it's being made available "as is".
    The Code
    All of this code with the exception of getcol.asm and fibo-linux.asm are intended to be run under MS-DOS. Comments in the source code will typically explain more details about the code. Much of the code is written to be assembled with Borland's TASM, but little work would probably be involved in translating these routines to use other assemblers, like MASM or maybe even NASM When I use TASM, I typically use version 4.1, but I also use 5.0 on occasion. When I use MASM, it's usually either version 6.14 or version 6.11. For linking, I usually use Borland's tlink version 7.1.30.1 or sometimes Microsoft's linker version 5.60.339 or 5.31.009 or even occasionally version 3.65 depending on which computer I'm using and what code I'm working on. I've been known to run NASM on occassion, but I find that it doesn't yet have all the features I want in an assembler.

    130. No Starch Press: The Art Of Assembly Language
    The Art of assembly language. Randall Hyde has taught assembly languageprogramming at the university level for over a decade and has developed several
    http://www.nostarch.com/assembly.htm

    book main
    contents reviews
    The Art of Assembly Language
    by Randall Hyde
    September 2003, 928 pp.
    ISBN 1-886411-97-2
    Click here to download Chapter 3
    Presents assembly language from the high-level programmer's point of view, so you can start writing meaningful programs within days. The High Level Assembler (HLA) that accompanies the book is the first assembler that allows you to write portable assembly language programs that run under either Linux or Windows with nothing more than a recompile. The CD-ROM includes the HLA and the HLA Standard Library, all the source code from the book, and over 50,000 lines of additional sample code, all well-documented and tested. The code compiles and runs as-is under Windows and Linux. Randall Hyde has taught assembly language programming at the university level for over a decade and has developed several commercial software systems. His website, Webster: The Place on the Net to Learn Assembly Language Programming is the premier destination for anyone learning assembly, with well over 2 million visitors. Hyde is the author of

    131. MSN Encarta - Computer
    Once an assemblylanguage program is written, it is converted to a machine-languageprogram by another program called an assembler. assembly language is
    http://encarta.msn.com/encyclopedia_761563087_3/Computer.html
    Web Search: Encarta Home ... Upgrade your Encarta Experience Search Encarta Upgrade your Encarta Experience Spend less time searching and more time learning. Learn more Tasks Related Items more... Further Reading Editors' picks for Computer
    Search for books and more related to
    Computer Encarta Search Search Encarta about Computer Editors' Picks Great books about your topic, Computer ... Click here Advertisement document.write(' Page 3 of 6
    Computer
    Encyclopedia Article Multimedia 18 items Article Outline Introduction Uses of Computers How Computers Work Programming Languages ... The Future of Computers IV
    Programming Languages
    Print Preview of Section Programming languages contain the series of commands that create software. A CPU has a limited set of instructions known as machine code that it is capable of understanding. The CPU can understand only this language. All other programming languages must be converted to machine code for them to be understood. Computer programmers, however, prefer to use other computer languages that use words or other commands because they are easier to use. These other languages are slower because the language must be translated first so that the computer can understand it. The translation can lead to code that may be less efficient to run than code written directly in the machine’s language. A
    Machine Language
    Computer programs that can be run by a computer’s operating system are called executables. An executable program is a sequence of extremely simple instructions known as

    132. ONLamp.com: Why Learning Assembly Language Is Still A Good Idea
    No, the real reason assembly language programs tend to be more efficient thanprograms written in other languages is because assembly language forces the
    http://www.onlamp.com/pub/a/onlamp/2004/05/06/writegreatcode.html
    Sign In/My Account View Cart Articles Weblogs ... Web 2.0 Conference 2005 October 5-7, 2005, San Francisco, CA Search ONLamp.com
    All of O'Reilly
    Login

    Register

    Manage Newsletters

    Register Your Books
    Sponsored Zones
    Novell Learning Channel
    What are those funny green links? Essentials All Articles What is LAMP? The Best of ONLamp.com Register ... Linux Commands
    Headlines Developer Transition Resource Center Now Open New Developer Transition Kit Available New ADC Article: Adopting Universal Binaries
    ONLamp Subjects Linux Apache MySQL Perl ... Security
    ONLamp Topics All Articles App Development Database Programming ... Sys Admin
    Sites codezoo.com Databases LinuxDevCenter.com MacDevCenter.com ... WebServices.XML.com Affiliate Sites LinuxQuestions.org OSDir.com Servlets.com Resource Centers Bioinformatics C/C++ Databases Digital Media ... Understanding the Linux Kernel Print Email Discuss Add to Project Trackbacks Blog this Tags: programming assembly toread software ... Bookmark with del.icio.us
    Why Learning Assembly Language Is Still a Good Idea
    by Randall Hyde , author of Write Great Code (No Starch) The world is full of case studies outlining software engineering disasters. Almost every programmer has had to work on a project involving "less than stellar" source code that was difficult to read and maintain. On rare occasion, some programmers get the opportunity to work on a well-designed system, an awe-inspiring piece of craftsmanship that usually produces the exclamation, "This is truly great code!" Clearly, professional software engineers should strive to achieve this level of greatness in all their code. But the real question is, "What makes code great?" Simply "meeting specifications" is not how one writes great code. True, in today's software environment, some might actually believe that simply meeting the specifications sets an application apart, as many development projects fail to meet their basic design goals.

    133. Wiley::Assembler Language Programming For IBM And IBM Compatible Computers [Form
    Assembler language programming for IBM and IBM Compatible Computers Formerly370/360 Assembler language programming Nancy Stern, Alden Sager,
    http://www.wiley.com/WileyCDA/WileyTitle/productCd-0471886572.html
    Location: United States change location Shopping Cart My Account Help ... Contact Us
    By Keyword By Title By Author By ISBN By ISSN Wiley Computing Computer Science Business Data Processing Assembler Language Programming for IBM and IBM Compatible Computers [Formerly 370/360 Assembler Language Programming] Related Subjects Business Technology
    Client/Server Technologies

    Computer Hardware

    General Computer Science
    ...
    Information Technologies

    Join a Computing Mailing List Related Titles More By These Authors
    COBOL for the 21st Century, 10th Edition (Paperback)

    COBOL for the 21st Century, Microfocus Netexpress Version 4.0 , 10th Edition (Software)

    COBOL for the 21st Century, 11th Edition (Paperback)

    Computing in the Information Age, 2nd Edition (Paperback)
    ... Computing in the Information Age, Study Guide, 2nd Edition (Paperback) Business Data Processing Computer Simulation and Modelling (Hardcover) by Francis Neelamkavil Flexible and Distance Learning (Hardcover) by Lieve Van den Brande The Semantic Web: Crafting Infrastructures for Agency (Hardcover) by Bo Leuf Building Executive Information Systems and Other Decision Support Applications (Hardcover) by Hugh J. Watson, George Houdeshel, R. Kelly Rainer, Jr.

    134. How To Make Computer Viruses In Assembly Language Program? - Q&A
    Rating, Rate this question. N/A, Worst, Weak, OK, Good, Great. Vote. how tomake computer viruses in assembly language program?
    http://www.faqs.org/qa/qa-15216.html
    ...make computer viruses in assembly language program?
    Internet RFC Index Usenet FAQ Index Other FAQs Documents Search
    Search FAQs
    Home Answered Questions
    Question by roselle Submitted on 3/10/2004 Related FAQ: VIRUS-L/comp.virus Frequently Asked Questions (FAQ) v2.00 Rating: Rate this question: N/A Worst Weak OK Good Great how to make computer viruses in assembly language program?
    Answer by zenat Submitted on 4/8/2004 Rating: Rate this answer: N/A Worst Weak OK Good Great it's good
    Answer by saurabh Submitted on 4/11/2004 Rating: Rate this answer: N/A Worst Weak OK Good Great yd h ty jjyy
    Answer by quyac@yahoo.com Submitted on 4/23/2004 Rating: Rate this answer: N/A Worst Weak OK Good Great how do I make computer
    Answer by Tyler Submitted on 5/13/2004 Rating: Rate this answer: N/A Worst Weak OK Good Great how do i make computer viruses?
    Answer by hacker Submitted on 7/11/2004 Rating: Not yet rated Rate this answer: N/A Worst Weak OK Good Great learn programming, but u don't need such a thing anyway
    Answer by camoo Submitted on 7/21/2004 Rating: Not yet rated Rate this answer: N/A Worst Weak OK Good Great cant u j find a website that alows u 2 download a virus that u can run on emails
    Your answer will be published for anyone to see and rate. Your answer will not be displayed immediately. If you'd like to get expert points and benefit from positive ratings, please create a new account or login into an existing account below.

    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 7     121-134 of 134    Back | 1  | 2  | 3  | 4  | 5  | 6  | 7 

    free hit counter