KEDIT Macro Language Enhancements

Several enhancements have been made to the KEXX macro language. The changes are summarized here.

Instructions

Built-in functions

External routines

KEXX now supports calls to external routines. That is, with the CALL instruction and with function invocations, you can call a separate KEXX macro as a subroutine. In the past, you could only invoke separate KEXX macros via the MACRO instruction, but this method provided no convenient way to return a result string from the external macro to the calling macro.

Binary strings

KEXX now supports binary strings, specified as a series of binary digits (that is, 0 or 1) followed by an uppercase or lowercase B, for example

'11011'b


KEDIT Home Page
KEDIT Versions and Features | Download Libraries | Maintenance Releases
Ordering/Licensing | Demo Version | Technical Support | What's New