Category:Assembly

From Rosetta Code

Jump to: navigation, search

Programming Language
Assembly is a programming language. It may be used to instruct computers to accomplish a variety of tasks which may or may not be domain-specific. You may find a list of its implementations here, and a list of its users on RC here.

Listed below are all of the tasks on Rosetta Code which have been solved using Assembly.

See also: Assembly on the HOPL


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

There is one subcategory to this category.

A

Personal tools