Book Image

Assembly Programming for All Platforms, Learn to Code [Video]

By : Frahaan Hussain
5 (2)
Book Image

Assembly Programming for All Platforms, Learn to Code [Video]

5 (2)
By: Frahaan Hussain

Overview of this book

Learn about everything there is to know about Assembly Programming and How To Make Applications. A step by step process is used to explain every facet of these topics. NOTE: This course includes information on application programming and design! Gain a good understanding of the following concepts with this course: - What Assembly is? - Assembly Certifications - How to develop using Assembly - Features of the Assembly programming language - Coding semantics - Mobile programming - Design practises of applications - Application programming - Network programming Assembly powers all applications from iOS, Android, Windows, Raspberry Pi, Intel, Arm and many more platforms. These platforms are developed for by all companies such as Google, Facebook and Microsoft for mobile development. This course will ensure you are not left out as more and more companies request this awesome and powerful language. This course will teach you everything about programming Assembly applications. You will receive all the knowledge to use and leverage the powerful technology behind these amazing and wonderful platforms. All the code and supporting files for this course are available at - https://github.com/PacktPublishing/Assembly-Programming-for-All-Platforms-Learn-to-Code
Table of Contents (11 chapters)
Chapter 10
Functions
Content Locked
Section 4
Recursion Using Factorial
Recursion in computer science is a method of solving a problem where the solution depends on solutions to smaller instances of the same problem. The approach can be applied to many types of problems, and recursion is one of the central ideas of computer science.