NASM - The Netwide Assembler
Welcome,
Guest
. Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
Home
Help
Search
Calendar
Login
Register
NASM - The Netwide Assembler
»
NASM Forum
»
Using NASM
»
cannot call print_string and related fcts
« previous
next »
Print
Pages: [
1
]
Author
Topic: cannot call print_string and related fcts (Read 16384 times)
nobody
Guest
cannot call print_string and related fcts
«
on:
July 11, 2007, 08:06:33 PM »
Hello all,
when I call functions like print_int or print_nl, I get the following message: 'binary output format does not support external references'. Anyone knows a workaround? Thx
Logged
nobody
Guest
Re: cannot call print_string and related fcts
«
Reply #1 on:
July 11, 2007, 09:13:09 PM »
1) Use a linkable output format
2) Include your functions in your source, either by "cut and paste" or "%include "myfuncs.inc", or if it's position independent code, "incbin "print_string.bin"", etc.
Best,
Frank
Logged
Print
Pages: [
1
]
« previous
next »
NASM - The Netwide Assembler
»
NASM Forum
»
Using NASM
»
cannot call print_string and related fcts