https://linuxassembly.org/
Linux Assembly - Assembly Language Programming on Linux
Linux Assembly is a resource hub for assembly language programming on Linux. Tutorials, HOWTOs, tools, and code examples for x86 assembly on Linux.
assembly languagelinuxprogramming
https://gcc.gnu.org/onlinedocs/gcc/Using-Assembly-Language-with-C.html
Using Assembly Language with C (Using the GNU Compiler Collection (GCC))
Using Assembly Language with C (Using the GNU Compiler Collection (GCC))
gnu compiler collectionassembly languageusinggcc
https://docs.oracle.com/cd/E53394_01/html/E54833/glygd.html
Basics of Compiling C Programs - SPARC Assembly Language Reference Manual
Consider the following simple C program. The kind of code used to access the variable sum is different for different code models. All the code models need a...
c programsassembly languagebasicscompilingsparc
https://docs.oracle.com/cd/E53394_01/html/E54833/assembler-57695.html
Using the SPARC Assembler Command Line - SPARC Assembly Language Reference Manual
This appendix is organized into the following sections: Assembler Command Line Assembler Command Line Options
command lineassembly languageusingsparcassembler
https://docs.oracle.com/cd/E36784_01/html/E36858/assemblersyntax-68740.html
SPARC Assembler Syntax - SPARC Assembly Language Reference Manual
The Oracle Solaris SPARC assembler takes assembly language programs, as specified in this document, and produces relocatable object files for processing by the...
assembly languagesparcassemblersyntaxreference
https://docs.oracle.com/cd/E36784_01/html/E36858/gmaax.html
Layout of Code in Inline Templates - SPARC Assembly Language Reference Manual
A single inline template file can define more than one inline templates. Each template definition starts with a declaration, and ends with an end statement:
assembly languagelayoutcodeinline
https://docs.oracle.com/cd/E36784_01/html/E36858/idx-19.html
Index T - SPARC Assembly Language Reference Manual
Describes the assembler that runs on the SPARC architecture and translates source files that are in assembly language format into object files in linking...
index tassembly languagesparcreferencemanual
https://docs.oracle.com/cd/E53394_01/html/E54833/elf-11185.html
SPARC Executable and Linking Format - SPARC Assembly Language Reference Manual
The object files created by the Oracle Solaris SPARC assembler are Executable and Linking Format (ELF) files. These relocatable ELF files hold code and data...
assembly languagesparcexecutablelinkingformat
https://asmtutor.com/
NASM Assembly Language Tutorials - asmtutor.com
assembly languagenasmtutorials
https://docs.oracle.com/cd/E36784_01/html/E36858/elf-6.html
Assignment Directive - SPARC Assembly Language Reference Manual
The assignment directive associates the value and type of expression with the symbol and creates a symbol table entry for the symbol. This directive...
assembly languageassignmentdirectivesparcreference
https://docs.oracle.com/cd/E36784_01/html/E36858/gmaam.html
Compiling C/C++ with Inline Templates - SPARC Assembly Language Reference Manual
Inline template files have .il file extension. Compile inline templates along with the source file that calls them. The code is inlined by the code-generator...
assembly languagecompilinginlinetemplatessparc
https://docs.oracle.com/cd/E36784_01/html/E36858/assemblersyntax-3.html
Case Distinction - SPARC Assembly Language Reference Manual
Uppercase and lowercase letters are distinct everywhere except in the names of special symbols. Special symbol names have no case distinction.
assembly languagecasedistinctionsparcreference
https://docs.oracle.com/cd/E36784_01/html/E36858/assemblersyntax-18951.html
Syntax Notation - SPARC Assembly Language Reference Manual
In the descriptions of assembly language syntax in this chapter: Brackets ([ ]) enclose optional items.
assembly languagesyntaxnotationsparcreference
https://docs.oracle.com/cd/E18752_01/html/817-5477/idx-8.html
- x86 Assembly Language Reference Manual
The x86 Assembly Language Reference Manual documents the syntax of the Solaris x86 assembly language. This manual is provided to help experienced assembly...
assembly languagereferencemanual
https://docs.oracle.com/cd/E36784_01/html/E36858/glyga.html
Writing Functions ??? The SPARC ABI - SPARC Assembly Language Reference Manual
This chapter outlines the basic design of an assembly language function that can be called from a C program. In order for an assembly language program to...
assembly languagewritingfunctionssparcabi
https://en.wikipedia.org/wiki/ARB_%28GPU_assembly_language%29
ARB assembly language - Wikipedia
assembly languagearbwikipedia
https://docs.oracle.com/cd/E36784_01/html/E36858/idx-5.html
Index D - SPARC Assembly Language Reference Manual
Describes the assembler that runs on the SPARC architecture and translates source files that are in assembly language format into object files in linking...
index dassembly languagesparcreferencemanual
https://docs.oracle.com/cd/E36784_01/html/E36858/idx-6.html
Index E - SPARC Assembly Language Reference Manual
Describes the assembler that runs on the SPARC architecture and translates source files that are in assembly language format into object files in linking...
index eassembly languagesparcreferencemanual
https://docs.oracle.com/cd/E53394_01/html/E54833/gpvxp.html
Register Usage - SPARC Assembly Language Reference Manual
The input registers %i0 through %i7 , and the local registers %l0 through %l7 are callee saves registers . In other words, to use them in an assembly function...
assembly languageregisterusagesparcreference
https://en.wikipedia.org/wiki/Assembler_(computing)
Assembly language - Wikipedia
assembly languagewikipedia
https://ccl.cse.nd.edu/blog/tag/assembly-language/
assembly language | The Cooperative Computing Lab
Cooperative Computing Lab website: news, projects, publications, software, and community updates.
assembly languagethe cooperativecomputinglab
https://docs.oracle.com/cd/E53394_01/html/E54833/glyga.html
Writing Functions in the SPARC ABI - SPARC Assembly Language Reference Manual
This chapter outlines the basic design of an assembly language function that can be called from a C program. In order for an assembly language program to...
in theassembly languagewritingfunctionssparc
https://docs.oracle.com/cd/E36784_01/html/E36858/idx-16.html
Index Q - SPARC Assembly Language Reference Manual
Describes the assembler that runs on the SPARC architecture and translates source files that are in assembly language format into object files in linking...
index qassembly languagesparcreferencemanual
https://docs.oracle.com/cd/E36784_01/html/E36858/gmacz.html
Tools - SPARC Assembly Language Reference Manual
Solaris provides a number of command-line tools to display, analyze, and modify the functional components of object and executable files, such as the following:
assembly languagetoolssparcreferencemanual
https://docs.oracle.com/cd/E53394_01/html/E54833/gmaau.html
Notation Conventions - SPARC Assembly Language Reference Manual
The synopses of the pseudo-operations in this appendix use the following notation:
assembly languagenotationconventionssparcreference
https://docs.oracle.com/cd/E36784_01/html/E36858/assemblersyntax-6.html
Numbers - SPARC Assembly Language Reference Manual
Decimal, hexadecimal, and octal numeric constants are recognized and are written as in the C language. However, integer suffixes (such as L ) are not...
assembly languagenumberssparcreferencemanual
https://docs.oracle.com/cd/E36784_01/html/E36858/elf-60829.html
Symbol Tables - SPARC Assembly Language Reference Manual
A symbol table contains information to locate and relocate symbolic definitions and references. The Oracle Solaris SPARC assembler creates a symbol table...
assembly languagesymboltablessparcreference
https://docs.oracle.com/cd/E36784_01/html/E36858/assemblersyntax-1.html
Lines Syntax - SPARC Assembly Language Reference Manual
The syntax of assembly language lines is:
assembly languagelinessyntaxsparcreference
https://docs.oracle.com/cd/E36784_01/html/E36858/idx-1.html
Index Numbers and Symbols - SPARC Assembly Language Reference Manual
Describes the assembler that runs on the SPARC architecture and translates source files that are in assembly language format into object files in linking...
numbers and symbolsassembly languageindexsparcreference
https://docs.oracle.com/cd/E36784_01/html/E36858/makehtml-id-5.html
Examples - SPARC Assembly Language Reference Manual
Here are some examples of writing declarations and definitions for various kinds of data types.
assembly languageexamplessparcreferencemanual
https://docs.oracle.com/cd/E36784_01/html/E36858/elf-7.html
Data Generating Directives - SPARC Assembly Language Reference Manual
The data generating directives are used for allocating storage and loading values.
assembly languagedatageneratingdirectivessparc
https://archive.org/details/intel-8080-assembly-language-programming-manual-1975/mode/2up
Intel 8080 Assembly Language Programming Manual Rev.B (1975) : Intel Corporation : Free Download,...
This manual describes the assembly language format, and how to write assembly language programs for the Intel 8080 microprocessor.
assembly language
https://docs.oracle.com/cd/E53394_01/html/E54833/assemblersyntax-85049.html
Assembler Error Messages - SPARC Assembly Language Reference Manual
Messages generated by the assembler are generally self-explanatory and give sufficient information to allow correction of a problem.
error messagesassembly languageassemblersparcreference
https://www.wikidata.org/wiki/Q165436
assembly language - Wikidata
any low-level programming language in which there is a very strong correspondence between the instructions in the language and the architecture's machine code...
assembly languagewikidata
https://open.umn.edu/opentextbooks/textbooks/734
MIPS Assembly Language Programming using QtSpim - Open Textbook Library
There are a number of excellent, comprehensive, and in-depth texts on MIPS assembly language programming. This is not one of them.The purpose of this text is...
mips assemblyopen textbooklanguageprogrammingusing
https://docs.oracle.com/cd/E36784_01/html/E36858/gmacv.html
Example 2: Generating Ident Strings - SPARC Assembly Language Reference Manual
This example shows how to use the pseudo-op .ident to generate a string in the .comment section of the object file for identification purposes.
assembly languageexamplegeneratingidentstrings
https://docs.oracle.com/cd/E53394_01/html/E54833/gpvxr.html
Parameter Passing - SPARC Assembly Language Reference Manual
On SPARC processors, arguments to C functions are passed as if they were in a parameter array. The array elements are called slots . The slots are numbered...
assembly languageparameterpassingsparcreference
https://docs.oracle.com/cd/E36784_01/html/E36858/makehtml-id-8.html
Parameter Passing - SPARC Assembly Language Reference Manual
On SPARC processors, arguments to C functions are passed as-if they were in a parameter array. The array elements are called slots . The slots are numbered...
assembly languageparameterpassingsparcreference
https://docs.oracle.com/cd/E53394_01/html/E54833/gmael.html
SPARC Instruction Sets and Mnemonics - SPARC Assembly Language Reference Manual
This appendix provides information about the SPARC instruction sets, operation codes, and mnemonics accepted by the assembler.
instruction setsassembly languagesparcmnemonicsreference
https://docs.oracle.com/cd/E53394_01/html/E54833/glyfs.html
Address Sizes - SPARC Assembly Language Reference Manual
Code models come in two sizes, 32-bit and 64-bit, which results in three code models for 32-bit code, and five code models for 64-bit code.
assembly languageaddresssizessparcreference
https://docs.oracle.com/cd/E53394_01/html/E54833/pseudoops-1.html
Alphabetized Listing of Pseudo Operations With Descriptions - SPARC Assembly Language Reference...
Turns off the effect of the preceding .noalias pseudo-op. (Compiler-generated only.)
assembly languagealphabetizedlistingpseudooperations
https://docs.oracle.com/cd/E36784_01/html/E36858/idx-8.html
Index G - SPARC Assembly Language Reference Manual
Describes the assembler that runs on the SPARC architecture and translates source files that are in assembly language format into object files in linking...
index gassembly languagesparcreferencemanual
https://docs.oracle.com/cd/E36784_01/html/E36858/gmadm.html
Pseudo-Op Examples - SPARC Assembly Language Reference Manual
Describes the assembler that runs on the SPARC architecture and translates source files that are in assembly language format into object files in linking...
assembly languagepseudoopexamplessparc
https://docs.oracle.com/cd/E53394_01/html/E54833/elf-67899.html
Assembler Directives - SPARC Assembly Language Reference Manual
When a section is created, a section header is generated and entered in the ELF object file section header table. The section control pseudo-ops allow you to...
assembly languageassemblerdirectivessparcreference
https://docs.oracle.com/cd/E53394_01/html/E54833/gpvxz.html
Global Object Table (GOT) Code Models - SPARC Assembly Language Reference Manual
On SPARC processors, position independent code (PIC) uses a global object table (GOT) for loading addresses, so that the addresses can be determined at...
assembly languageglobalobjecttablegot
https://docs.oracle.com/cd/E18752_01/html/817-5477/idx-9.html
- x86 Assembly Language Reference Manual
The x86 Assembly Language Reference Manual documents the syntax of the Solaris x86 assembly language. This manual is provided to help experienced assembly...
assembly languagereferencemanual
https://docs.oracle.com/cd/E18752_01/html/817-5477/idx-10.html
- x86 Assembly Language Reference Manual
The x86 Assembly Language Reference Manual documents the syntax of the Solaris x86 assembly language. This manual is provided to help experienced assembly...
assembly languagereferencemanual
https://docs.oracle.com/cd/E18752_01/html/817-5477/idx-3.html
- x86 Assembly Language Reference Manual
The x86 Assembly Language Reference Manual documents the syntax of the Solaris x86 assembly language. This manual is provided to help experienced assembly...
assembly languagereferencemanual
https://docs.oracle.com/cd/E53394_01/html/E54833/gmaeh.html
SPARC Assembler Inline Functions and __asm Code - SPARC Assembly Language Reference Manual
This chapter discusses how to use the C or C++ compiler to create inline functions and __asm assembler code. Inline templates and the C/C++ __asm statement...
assembly languagesparcassemblerinlinefunctions
https://docs.oracle.com/cd/E18752_01/html/817-5477/idx-20.html
- x86 Assembly Language Reference Manual
The x86 Assembly Language Reference Manual documents the syntax of the Solaris x86 assembly language. This manual is provided to help experienced assembly...
assembly languagereferencemanual
https://docs.oracle.com/cd/E36784_01/html/E36858/gmack.html
Example 1: Binding to C Variables - SPARC Assembly Language Reference Manual
This example shows how to use the following pseudo-ops to specify the bindings of variables in C:
assembly languageexamplebindingc
https://docs.oracle.com/cd/E18752_01/html/817-5477/idx-18.html
- x86 Assembly Language Reference Manual
The x86 Assembly Language Reference Manual documents the syntax of the Solaris x86 assembly language. This manual is provided to help experienced assembly...
assembly languagereferencemanual
https://docs.oracle.com/cd/E18752_01/html/817-5477/idx-25.html
- x86 Assembly Language Reference Manual
The x86 Assembly Language Reference Manual documents the syntax of the Solaris x86 assembly language. This manual is provided to help experienced assembly...
assembly languagereferencemanual
https://docs.oracle.com/cd/E36784_01/html/E36858/elf-5.html
Symbol Attribute Directives - SPARC Assembly Language Reference Manual
The symbol attribute pseudo-ops declare the symbol type and size and whether it is local or global.
assembly languagesymbolattributedirectivessparc
https://docs.oracle.com/cd/E36784_01/html/E36858/idx-11.html
Index L - SPARC Assembly Language Reference Manual
Describes the assembler that runs on the SPARC architecture and translates source files that are in assembly language format into object files in linking...
index lassembly languagesparcreferencemanual
https://docs.oracle.com/cd/E18752_01/html/817-5477/eqbsu.html
Assembler Overview - x86 Assembly Language Reference Manual
The x86 Assembly Language Reference Manual documents the syntax of the Solaris x86 assembly language. This manual is provided to help experienced assembly...
assembly languageassembleroverviewreferencemanual
https://docs.oracle.com/cd/E36784_01/html/E36858/assemblersyntax-8.html
Symbol Names - SPARC Assembly Language Reference Manual
The syntax for a symbol name is: In the above syntax: Uppercase and lowercase letters are distinct; the underscore ( _ ), dollar sign ($), and dot ( . ) are...
assembly languagesymbolnamessparcreference
https://piers7.blogspot.com/2006/01/how-does-vsnets-call-stack-window.html
Cup(Of T): How does VS.Net's Call Stack window infer the language the assembly was written in?
Software, analytics and data
https://digitalcollections.library.oregon.gov/nodes/view/43871
House Bill 3499 English language learner strategic plan: 78th Oregon Legislative Assembly - 2015...
Date: 2016 | Collection: Education | Read the full record details for State Publication: House Bill 3499 English language learner strategic plan: 78th Oregon...
english language learner
https://leg.colorado.gov/bills/HB25-1075
HB25-1075 Regulate Speech-Language Pathology Assistants | Colorado General Assembly
speech language pathologyregulateassistantscoloradogeneral
https://de.mathworks.com/help/bugfinder/ref/misrac2008rule743.html
MISRA C++:2008 Rule 7-4-3 - Assembly language shall be encapsulated and isolated - MATLAB
Assembly language shall be encapsulated and isolated.