Once again, I have a problem. I know this is stupid but how do I clear a buffer? I've made my second stage into a shell. It stores every character into ES:DI (pointer to buffer) and compares it.
I want to clear it. How would I do that? So there's nothing in the buffer. This is how I made it.
Code: Select all
buffer times 64 db 0