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;
Maybe not, I think that most/all people don't use asm code too much
