<< Home | About Forth | About TurboForth | Download | Language Reference | Resources | Tutorials | YouTube >>
In Built-in Variables in TurboForth Kernal
Sets the number of block buffers reserved in VDP memory. The minimum value is 1, the maximum (and default) value is 6. #BUF is a variable - it returns an address. It is read with @ and written with !.
#BUF
@
!
None
The table below shows the effect on VDP memory for the 6 available values for #BUF. See the VDP memory map for more information.