March 2016
Beginner to intermediate
296 pages
6h 34m
English
In this chapter, we will cover the following:
This chapter explains how to write functions in assembly language. Assembly language is a low-level programming language that is specific to a particular computer architecture. So, unlike programs written in high-level languages, programs written in assembly language cannot be easily ported to other hardware architectures. Assembly language programs are converted into object code by a program called an assembler. In practice, assembly language is used only rarely and most ...
Read now
Unlock full access