kazsemisonic
Programmer
Hey everybody,
I'm just starting to learn assembly and got the fasm compiler. I compiled a program so now it's a .bin. But from what I've read in a tutorial, I still need to "link" it to get the .exe. Does fasm come with a linker? If it does, then how do you link it? Thanks for the help.
btw, here's the code:
MOV AH,02
MOV DL,"!"
INT 21h
MOV AH,04Ch
MOV AL,00
INT 21h
I'm just starting to learn assembly and got the fasm compiler. I compiled a program so now it's a .bin. But from what I've read in a tutorial, I still need to "link" it to get the .exe. Does fasm come with a linker? If it does, then how do you link it? Thanks for the help.
btw, here's the code:
MOV AH,02
MOV DL,"!"
INT 21h
MOV AH,04Ch
MOV AL,00
INT 21h