Safe mode: Difference between revisions

Content added Content deleted
m (fixed bracket alignment)
Line 259: Line 259:


However, when Wren is embedded in a host application, one needs to deal with the embedding API (or a wrapper thereof) to pass data between Wren and the host. The embedding API is written in C and, as such, is intrinsically unsafe. It is generally up to the programmer to ensure that API functions are passed the correct number of arguments and those arguments are of the correct types.
However, when Wren is embedded in a host application, one needs to deal with the embedding API (or a wrapper thereof) to pass data between Wren and the host. The embedding API is written in C and, as such, is intrinsically unsafe. It is generally up to the programmer to ensure that API functions are passed the correct number of arguments and those arguments are of the correct types.

=={{header|Z80 Assembly}}==
The Z80 itself has no safe mode. This is true for most assembly languages (except maybe the Big Two: x86 and ARM.)


=={{header|zkl}}==
=={{header|zkl}}==