[Contents]
1. Introduction
1.6. command.c
[<<<]
[>>>]
1.6.1. Header file for command building
1.6.2. Start a command implementation
1.6.3. Finish a command implementation
1.6.4. Implement a command that has identical functionality
1.6.5. Use the mortals of the caller
1.6.6. Return from the function
1.6.7. Terminate a function with error
1.6.8. The value of the programcounter
1.6.9. Implement jump instructions
1.6.10. Get the next command parameter
1.6.11. Access a command parameter
1.6.12. Get the opcode of a node
1.6.13. Get the parameter list node for a function
1.6.14. Get the car node of a list node
1.6.15. Get the cdr node of a list node
1.6.16. Special variable to store the result
1.6.17. Access certain values of a memory object
1.6.18. Create a new mortal value
1.6.19. Evaluate an expression
1.6.20. Evaluate a left value
1.6.21. Immortalize a variable
1.6.22. Create a new immortal value
1.6.23. Convert a value to other type
1.6.24. Parameter pointer
1.6.25. Allocate memory
1.6.26. Release memory
1.6.27. Decide if a string is integer or not
1.6.28. Basic C variable types to be used
1.6.29. Get the actual type of a value
[<<<]
[>>>]