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 7
Logical Instructions
Content Locked
Section 2
OR Instruction
The OR instruction is used for supporting logical expression by performing bitwise OR operation. The bitwise OR operator returns 1, if the matching bits from either or both operands are one. It returns 0, if both the bits are zero.