课程目录:Assembly Programming from Scratch培训
4401 人关注
(78637/99817)
课程大纲:

       Assembly Programming from Scratch培训

 

 

Introduction

Assembly Language Overview

What is Assembly Language?
Assembly Language syntax
Low-level vs high-level programming
Preparing the Development Environment

Setting up the Assembly programming environment
Commands

Creating instructions
Variables and Constants

Allocating storage
Working with variables and constants
Logic and Conditions

Using logical instructions
Working with conditional and unconditional jumps
Functions

Using functions
Working with a stack data structure
Advanced Assembly Programming

Using registers
Addressing modes
Branching and flow control
Defining an array
Summary and Conclusion