83Plus:BCALLs:4B73
From WikiTI
Revision as of 11:40, 27 March 2005 by Dan Englender (Talk | contribs)
Synopsis
Official Name: IncFetch
BCALL Address: 4B73
Fetches the next byte the (basic)parser would parse and increment the pointer to the next byte by one.
Inputs
- NextParseByte: Pointer to the byte to fetch
Outputs
- NextParseByte: Pointer incremented by one.
- A: Something ... Not sure what
Destroys
Unknown, please add.
Comments
This B_CALL fetches the next byte the parser hasn't parsed yet and sets the pointer to the next byte that should be parsed one forward. It is used internally in the parser and is usefull inside the parserhook(ADD LINK).