Category:Assembly: Difference between revisions

From Rosetta Code
Content added Content deleted
(expand with some additional detail, remove mention of hexadecimal (not especially enlightening))
m (Created language observed in User:Eriksiers.)
Line 1: Line 1:
[[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 textual “mnemonic” instructions that correspond directly to binary machine code instructions (merely hiding details of bit-wise encoding) except for ''macros'' which expand to multiple instructions, and often give direct control over the overall layout of the assembled program on disk and in memory. 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 textual “mnemonic” instructions that correspond directly to binary machine code instructions (merely hiding details of bit-wise encoding) except for ''macros'' which expand to multiple instructions, and often give direct control over the overall layout of the assembled program on disk and in memory. 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.{{language}}{{stub}}

Revision as of 13:04, 23 March 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 textual “mnemonic” instructions that correspond directly to binary machine code instructions (merely hiding details of bit-wise encoding) except for macros which expand to multiple instructions, and often give direct control over the overall layout of the assembled program on disk and in memory. 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.

Language
Assembly
This programming language may be used to instruct a computer to perform a task.
See Also:


Listed below are all of the tasks on Rosetta Code which have been solved using Assembly.
This page is a stub. It needs more information! You can help Rosetta Code by filling it in!

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.