Category:Assembly: Difference between revisions

From Rosetta Code
Content added Content deleted
(New page: {{language|Assembly}}'''Assembly''' is a term used for a language which is as close to raw machine code as a language can get. Usually Assemblies use hexadecimal and instructions that tran...)
 
No edit summary
Line 1: Line 1:
{{language|Assembly}}'''Assembly''' is a term used for a language which is as close to raw machine code as a language can get. Usually Assemblies use hexadecimal and instructions that translate directly to machine code. Available instructions and codes are specific to the architecture being programmed on. Assembly programs are loaded directly into a computer's memory and run from there.
[[Category:Encyclopedia]]'''Assembly''' is a term used for a language which is as close to raw machine code as a language can get. Usually Assemblies use hexadecimal and instructions that translate directly to machine code. Available instructions and codes are specific to the architecture being programmed on. Assembly programs are loaded directly into a computer's memory and run from there.

Revision as of 19:32, 8 January 2010

Assembly is a term used for a language which is as close to raw machine code as a language can get. Usually Assemblies use hexadecimal and instructions that translate directly to machine code. Available instructions and codes are specific to the architecture being programmed on. Assembly programs are loaded directly into a computer's memory and run from there.

Subcategories

This category has the following 28 subcategories, out of 28 total.

3

6

8

A

F

H

  • HLA(3 C, 1 P)

L

M

P

R

S

X

Z

Pages in category "Assembly"

The following 3 pages are in this category, out of 3 total.