;;;;;;;;;;;;;;;;;二叉树的遍历
.model small
.stack 64
.data
;--------------------------------------------------------------------------------------------------------------------------------
binary db 63 dup (0,0,0)
hey1 db ''Please input the root of the binary:'',0dh,0ah,''