Handbook
Glossary
complex-addressing? ( -- ? )
CPU architecture description model
Next:
dummy-int-params? ( -- ? )
Vocabulary
cpu
.
architecture
Inputs
None
Outputs
?
a
boolean
Word description
Specifies if
%slot
,
%set-slot
and
%write-barrier
accept the 'scale' and 'tag' parameters, and if %load-memory and %store-memory work.
Definition
USING:
system
;
IN:
cpu.architecture
HOOK:
complex-addressing?
cpu
( -- ? )
Methods
USING:
cpu.architecture
system
;
M:
arm.64
complex-addressing?
f
;
USING:
cpu.architecture
system
;
M:
x86
complex-addressing?
t
;