basic math functions for add, sub, mul and div operations.

Usage

(asmd-add 1 2) => 3
(asmd-sub 1 2) => -1
(asmd-mul 1 2) => 2
(asmd-div 1 2) => 0
