dummy-int-params? ( -- ? )
CPU architecture description model

Prev:complex-addressing? ( -- ? )
Next:dummy-fp-params? ( -- ? )


Vocabulary
cpu.architecture

Inputs
None

Outputs
?a boolean


Word description
Whether the architecture's ABI uses dummy integer parameters. If it does, then the corresponding integer register is 'dummy allocated' when a floating point register is allocated.

See also
dummy-fp-params?

Definition


Methods