Fasm

Just starting out? Need help? Post your questions and find answers here.
Jurgen
User
User
Posts: 37
Joined: Mon Sep 08, 2003 11:53 pm

Fasm

Post by Jurgen »

For what use is Fasm in the program's directory ?
User avatar
aszid
Enthusiast
Enthusiast
Posts: 162
Joined: Thu May 01, 2003 8:38 pm
Location: California, USA
Contact:

Post by aszid »

Fasm is what makes your exe's. Purebasic translates your code into assembly code, then uses Fasm to assemble it.

that's a lot of the reason that pb is so fast, and has such small executables.
--Aszid--

Making crazy people sane, starting tomorrow.
Post Reply