NASM Forum > Using NASM

making a print function call between files

<< < (2/2)

fredericopissarra:

--- Quote from: IdleProgrammer on October 20, 2022, 04:53:26 PM ---Thank you for the response. The code works perfectly and I really admire how optimized your program is. Now all I gotta do is learn how to load elf symbol tables to debug and I should be good to go.  :)

--- End quote ---
Thanks, but this is not "optimized". It is pretty basic code.

As for the symbol tables, you can't have them in a MBR code, since this isn't an "executable" file. It contains code that will be called by BIOS, but has no structure at all (just a bunch of bytes).

Navigation

[0] Message Index

[*] Previous page

Go to full version