eForth1  v2.4
Module variables
Collaboration diagram for Module variables:

Modules

 macros (to handle va_list)
 
  • keeping functions in the header is considered a bad practice!

 

Variables

IU PC
 assembler program counter More...
 
U8 R
 assembler return stack index More...
 
IU _link
 link to previous word More...
 
U8_byte
 assembler byte array (heap) More...
 
IU DOTQP
 addr of output ops, used by _dotq, _strq, _abortq More...
 

eForth Assembler module variables

U8 R
 assembler return stack index More...
 
U8_byte
 assembler byte array (heap) More...
 
IU _link
 link to previous word More...
 

Detailed Description

Variable Documentation

◆ PC

IU PC

assembler program counter

◆ R [1/2]

U8 R

assembler return stack index

◆ _link [1/2]

IU _link

link to previous word

◆ _byte [1/2]

U8* _byte

assembler byte array (heap)

◆ DOTQP

IU DOTQP

addr of output ops, used by _dotq, _strq, _abortq

addr of output function _dotq

◆ R [2/2]

U8 R

assembler return stack index

◆ _byte [2/2]

U8* _byte

assembler byte array (heap)

◆ _link [2/2]

IU _link

link to previous word