dcl_add: Arithmetically combine declarations

Description Usage Arguments Value Functions

Description

These functions allow to combine two declarations using addition, substraction, multiplication, or division.

Usage

1
2
3
4
5
6
7
dcl_add(dcl1, dcl2, lhs = dcl_id(dcl1))

dcl_substract(dcl1, dcl2, lhs = dcl_id(dcl1))

dcl_multiply(dcl1, dcl2, lhs = dcl_id(dcl1))

dcl_devide(dcl1, dcl2, lhs = dcl_id(dcl1))

Arguments

dcl1

A declaration

dcl2

A declaration

lhs

List of expressions for the left-hand side of the resulting declaration

Value

A declaration

Functions


assemblerr documentation built on Jan. 13, 2022, 1:07 a.m.