Page 1 of 1

Create Lib - ASM vs PureBasic+Talibite

Posted: Mon Oct 03, 2005 9:16 pm
by va!n
Just a general question about lib coding/creating...

For example someone want to code an own lib and want to use API calls only (maybe some structures too)... Is there any different in speed (because of POP/PUSH) or size differenz when writting the lib in pure ASM and when writing it with PureBasic using Talibite?

Would it be hard (for newbie in x86 asm) to write such procedures in pure ASM for an own lib? Thanks in advance

Posted: Tue Oct 04, 2005 10:15 am
by El_Choni
Writing them directly in ASM allows optimizing it to the maximum for size and speed. If you know how, obviously. If you don't, PureBasic's generated ASM can defeat your ASM code easyly.