#softwareNuggets, @SoftwareNuggets
ASM Language.
how to use Macros in Assembly Language,
what is macro in assembly language,
how to capture input from user in assembly language,
how to take input from user in assembly language 8086,
how to get user input using READ
how to print a string to the Screen using WRITE
how to take input and then display output using assembly language,
how to get a string input and output to the screen,
how to get string input from user in assembly language,
how to store user input into a variable in assembly,
Input and Output in Assembly Language
intel syntax assembly code.
intel syntax nasm
Table of Contents
-----------------------------
00:00 Intro software nuggets
00:03 Github - source code
00:11 Lesson 6 intro
00:38 #define
01:14 section .data
01:58 section .bss
02:14 section .text _start
02:25 program pseudo code
02:46 how to use CALL instruction
03:17 how to use SYS_WRITE_64
04:10 how to use SYS_READ_64
04:59 How to use MACROS