Previous: syslib codes safe, Up: syslib codes [Index]
In the following definitions: the code arguments must be code
objects. The following bindings are exported by the library
(vicare system $codes)
.
Return a fixnum representing the number of free variables referenced by code.
Return the relocation vector of code. The relocation vector is a Scheme vector, objects codes reloc.
Return a fixnum representing the number of bytes used in the data area of code.
Return an object used as annotation for code. The default value
for the annotation is #f
.
Return a closure object wrapping code.
Return the byte at index in the data area of code.
Store octet at index in the data area of code. Both index and octet must be fixnums; octet must be in the range [0, 255].
Store obj in the annotation field of code.