Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 847 Bytes

codevec.rst

File metadata and controls

24 lines (17 loc) · 847 Bytes

CODEVEC

Syntax

CODEVEC (name$)

Location

ALIAS (DIY Toolkit - Vol A)

This function is very similar to KEY_ADD in that it returns the address in memory where the machine code for a machine code Procedure or Function is stored (useful for debugging programs with Qmon or similar machine code monitor).

If the Machine Code Procedure or Function with the given name$ does not exist, then a 'Not Found' error is reported.

CROSS-REFERENCE

See key-add and elis.