'Meaning of DB and DUP (?) in assembly [duplicate]

<BUFF DB 3,?,3 DUP(?)> What does this line means? I want to create a buffer that accept 2 digits to be entered, I find this code to help me do it,but I don’t understand its meaning.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source