Page 1 of 1

DD SDK v1.6 (asm) need correction

Posted: Mon Oct 02, 2006 8:48 am
by BxS
Hi, Rel

I just downloaded the DD sdk 1.6 and look at some files, and I saw this in moduleAPI.inc:

Code: Select all

MODULE_API_1_5 equ 01050000h ; v1.5 DD v0.1.0
MODULE_API_1_6 equ 01060000h ; v1.6 DD v0.1.2

MODULE_API_CURRENT equ MODULE_API_1_5;
The last line need a correction.
Maybe not, I think that most/all people don't use asm code too much :wink:

Posted: Mon Oct 02, 2006 9:14 am
by rel
Hi, thanks :-),

asm is nice to develop modules/plugins because compiled files would be just few kbs i.e. DDRemote module (of v0.8.8b) was just 17 kb :wink:

Posted: Mon Oct 02, 2006 4:10 pm
by BxS
Yes, really small size :)

Some days ago I got MASM32 and some info about ASM, I read some things and start doing some stuff (simple things) in asm, but I spend too much time to do things in asm, I prefer using c/c++ with some asm :wink: