Handbook
Glossary
add-relocation-at ( class type offset -- )
Vocabulary
compiler
.
codegen
.
relocation
Inputs
class
an
object
type
an
object
offset
an
object
Outputs
None
Definition
USING:
math.bitwise
namespaces
;
IN:
compiler.codegen.relocation
:
add-relocation-at
( class type offset -- )
{
0 28 24
}
bitfield
relocation-table
get
push-uint
;