Closed chsasank closed 4 months ago
As an alternative to call, we should be able to implement inline instruction in c-lisp which literally puts in the code. Sort of like macro, but not really. Useful when we want to avoid calls and stack reset etc.
inline
Easy to implement because we dealt with #49
Duplicate of #64
As an alternative to call, we should be able to implement
inline
instruction in c-lisp which literally puts in the code. Sort of like macro, but not really. Useful when we want to avoid calls and stack reset etc.