Fasm 2 - Print Strings and Include Files

preview_player
Показать описание
In this video we create a print string function and learn how to include external files in our fasm code so that we can organize our code better.

source:
Рекомендации по теме
Комментарии
Автор

your tutorials are amazing, i want more. too bad programmers aren't interested in assembly anymore

jayjones
Автор

I find that fasm is far more suitable to achive OS related low level tasks than the nasm/masm assembler, because of its "flat" use of keywords like "segment" instead of using ".text", ".bss" etc. which are OS specific names for segments.

tangoolo
Автор

3:10 - ":wq: command not found" - It ever happens with me, hihihi.

atilagamasilva