Category:LC3 Assembly: Difference between revisions

From Rosetta Code
Content added Content deleted
mNo edit summary
(Turned off HoPL reference and corrected the external link syntax.)
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
{{stub}}
{{stub}}{{language}}{{assembler language}}
{{language
'''LC-3 assembly''' is an assembly language developed by Yale Patt and Sanjay Patel for educational purposes. LC-3 assembly runs on the eponymous hardware (“Little Computer 3”); however, simulations are far more common. Although it has a simplified instruction set, compared to x86 assembly, LC-3 is, in theory, a viable target for a C compiler.
|hopl=no
}}
{{assembler language}}
[[Category:Assembly]]
'''LC-3 assembly''' is an assembly language developed by Yale Patt and Sanjay Patel for educational purposes. LC-3 assembly runs on the eponymous hardware (“Little Computer 3”); however, simulations are far more common. Although it has a simplified instruction set, compared to x86 assembly, LC-3 is a viable target for a C compiler.
==See Also==


[http://highered.mheducation.com/sites/dl/free/0072467509/104653/PattPatelAppA.pdf The LC3 ISA]


[http://highered.mheducation.com/sites/dl/free/0072467509/104652/pat67509_appc.pdf The Microarchitecture of the LC-3]
[[Category:Assembly]]

Latest revision as of 18:31, 30 April 2021

This page is a stub. It needs more information! You can help Rosetta Code by filling it in!
Language
LC3 Assembly
This programming language may be used to instruct a computer to perform a task.


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

LC-3 assembly is an assembly language developed by Yale Patt and Sanjay Patel for educational purposes. LC-3 assembly runs on the eponymous hardware (“Little Computer 3”); however, simulations are far more common. Although it has a simplified instruction set, compared to x86 assembly, LC-3 is a viable target for a C compiler.

See Also

The LC3 ISA

The Microarchitecture of the LC-3

Subcategories

This category has only the following subcategory.

Pages in category "LC3 Assembly"

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