I haven't used buffers before, and decided to see if they could be useful for some of my projects. The ICEBOX ROM inherited several buffer functions from the TOOLBOX ROM; SHOWB, FINDB, BLNG?, MAKEB, BUF>R, R>BUF (the last two seems to be from the David Assembler ROM).
I try to create a buffer and fill it with data from registers, but somehow I just can't get it to work properly, and so I ask the gurus of this forum for some assistance.
I can't seem to get the buffer header right in register 00 to make it save the data properly. All it does is create a new buffer that shows up with a question mark in front of the ID#... and it keeps on creating more such odd buffers with the same ID# and with the "?" in front (like "?11").
Could someone write a baby-step howto on creating a buffer with let's say ID #11 and save the contents of 5 registers to it?