Page 1 of 1

Fasm

Posted: Mon Sep 08, 2003 11:56 pm
by Jurgen
For what use is Fasm in the program's directory ?

Posted: Tue Sep 09, 2003 12:13 am
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.