[NASM] Include binary files by statement.
Posted: Sun Jan 08, 2017 4:26 am
I'm trying to include files like this:
but i got warrnings (eg. label without colon)
How to include this files as binaries?
Code: Select all
file_hostname:
%push
%defstr %$system_locale VARIABLE_KERNEL_LOCALE
%strcat %$include_program_locale, "system/", %$system_locale, "/etc/hostname"
%include %$include_program_locale
%pop
file_hostname_end:
How to include this files as binaries?