Computer manuals. Free downloads.
Astalaweb.com

Astalaweb.com  Home |  Menu 1  |  Menu 2  Last manuals |  In Spanish  |   
1 user connected   1537 resources collected

Menu

M Menu 2
L Last manuals
A Articles
A Astalaweb

Free Manuals

Free manuals - 2

60 - 60

Free manuals 3 - 4

60 - 60

Free manuals 5 - 6

60 - 60

Microsoft Office

Access - 2

11 - 8

Access - 3 - 4

20 - 20

Access - 5 - 6 - 7

20 - 20 - 9

Excel - 2 - 3

12 -13 -11

Excel 4 - 5 - 6

20 -20 -20

Excel 7 - 8 - 9

20 -20 -21

Office

0

Outlook

11

PowerPoint - 2

10 - 10

Word - 2

7 - 9

Operating Systems

Mac OS Apple 3
Linux - Unix - 2

17 - 17

Linux - Unix 3 - 4

13 - 17

MS - DOS

15

Windows - 2 - 3New 17 - 21 - 8
Other S.O

0

Programming languages

Assembly - 2

8 - 10

Cobol - 2

10 - 6

Cobol 3 - 4

20 - 2

C/C++ - 2

10 - 10

C/C++ 3 - 4

10 - 6

C++/C#/Objective C

20

C++/C#/Objective C 2 - 3

20 - 5

Delphi - 2

10 - 8

Fortran

10

Pascal - 2

11 - 9

Visual Basic - 2

12 - 10

Visual Basic NET - 2

11 - 11

Programming languages II

Ajax - 2Upd

10 - 9

Matlab

14

Prolog - 2

6

Python - 2

8 - 8

Python 3

6

UML - 2

11 - 8

Internet programming

ASP

19

ASP.net

19

ASP.net 2 - 3 - 4

20 - 20 - 8

CSS  - 2

15 - 6

CSS 3 - 4  - 5

20 - 20 - 16

Html

14

Html 2 - 3

20 - 6

Java - 2

10 - 6

Javascript - 2

14 - 12

Perl

18

PHP - 2

10 - 9

VbScriptUpd

16

XML - 2

10 - 15

Social Network

Facebook

14

Facebook 2 - 3

20 - 19

Twitter

6

 
M Menu 2
L Last manuals
A Articles
A Astalaweb

Assembly manuals. Programming languages.

Definition of Assembly

A programming language that is once removed from a computer's machine language. Machine languages consist entirely of numbers and are almost impossible for humans to read and write. Assembly languages have the same structure and set of commands as machine languages, but they enable a programmer to use names instead of numbers.

Each type of CPU has its own machine language and Assembly language, so an Assembly language program written for one type of CPU won't run on another. In the early days of programming, all programs were written in Assembly language. Now, most programs are written in a high-level language such as FORTRAN or C. Programmers still use Assembly language when speed is essential or when they need to perform an operation that isn't possible in a high-level language.

Legends

  xxxKb = Size of downloadable file in Kb  || - Manual on Internet (no downloadable)
- Htm Format |  - Microsoft Word (.doc) | - Acrobat PDF (.pdf)  | - Rich Format Text (.rtf)
 | - Unformatted text (.txt) |  - Power Point (..ppt, pps) | - Help (.chm)  |  - Installer (.exe)

Manual Description Online Format / File Ads / Size



Tutorialspoint - Assembly programming Complete assembly tutorial.   Introduction. Environment Setup. Basic Syntax. Memory Segments. Registers. System Calls. Addressing Modes
Variables. Constants. Arithmetic Instructions. Logical Instructions. Conditions. Loops. Numbers. Strings. Arrays. Procedures. Recursion. Macros. File Management. Memory Management
Pravaraengg - Assembly_tutorial   The tutorial from tutorialspoint in PDF format. 81 pages
Friedspace - Introduction to Assembly programming Getting started with assembly programming with this tutorial
A brief X86 assembler tutorial Assembly language programming for the Intel x86 chips
A brief X86 assembler tutorial Assembly language programming for the Intel x86 chips. The above document in .zip format. 158 Kb
Assembly tutorials Several useful Assembly tutorials
Laynetworks Assembly Tutorials Introduction. Basic Concepts. Assembler programming
Assembler language instructions. Interruptions and file managing
Macros and procedures. Program examples

Introduction to x64 Assembly

Introduction to x64 Assembly
Introduction to x64 Assembly Introduction to x64 Assembly in PDF format. 13 pages
Wiremod Forum Assembly programming tutorial. An introduction
Securityxploded This article is specially designed to help beginners to understand and develop their first Assembly Program from scratch. Through step by step instructions it will help you to use tools, setup the environment and then build sample 'Hello World' program in Assembly language with detailed explaination.
Virginia Uni - x86 Assembly Guide This guide describes the basics of 32-bit x86 assembly language programming, covering a small but useful subset of the available instructions and assembler directives. There are several different assembly languages for generating x86 machine code. The one we will use in CS216 is the Microsoft Macro Assembler (MASM) assembler. MASM uses the standard Intel syntax for writing x86 assembly code. The full x86 instruction set is large and complex (Intel's x86 instruction set manuals comprise over 2900 pages), and we do not cover it all in this guide. For example, there is a 16-bit subset of the x86 instruction set. Using the 16-bit programming model can be quite complex. It has a segmented memory model, more restrictions on register usage, and so on. In this guide, we will limit our attention to more modern aspects of x86 programming, and delve into the instruction set only in enough detail to get a basic feel for x86 programming.
         

Home

         
 

Manuals.astalaweb.net © 2005
Gabriel Chova Blasco  - All rights reserved