Programming with FASM – the format ELF executable 3 – part 001 .

It’s just a simple example to show you how to deal with .inc files in your project.
You need to have func.inc and date.inc files to run FASM with proj.asm.
These two files will come with dates and functions for your project.
First the proj.asm file :

The next two .inc files  …first date.inc come with :

and func.inc file comes with :

And the result is:

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.