I have not the following interface.
os: unicode
aTable_1 proc uses rdi pTable:QWORD
mov rdi, pTable
xor rcx, rcx
.Repeat
mov al,cl
add al,30h
xor rdx,rdx
.repeat
mov ah,dl
add ah,30h
stosw
inc rdx
.until rdx==10
inc rcx
.Until rcx==10
ret
aTable_1 endp
Screenshot of the problem