Yes, it appears there is a problem. Compiled with Maximize speed more :
_text SEGMENT PARA PUBLIC 'CODE' ; section number 2
_sel PROC NEAR
push ebp ; 0000 _ 55
mov ebp, esp ; 0001 _ 89. E5
mov eax, dword ptr [ebp+8H] ; 0003 _ 8B. 45, 08
cmp eax, 12 ; 0006 _ 83. F8, 0C
jz @12 ; 0009 _ 74, 0F
cmp eax, 13 ; 000B _ 83. F8, 0D
jz @12 ; 000E _ 74, 0A
cmp eax, 12 ; 0010 _ 83. F8, 0C
jl @9 ; 0013 _ 7C, 13
cmp eax, 23 ; 0015 _ 83. F8, 17
jnz @9 ; 0018 _ 75, 0E
@12 LABEL NEAR
mov eax, offset _strg ; 001A _ B8, 00000000(d)
mov ch, byte ptr [eax+1H] ; 001F _ 8A. 68, 01
xchg byte ptr [eax+2H], ch ; 0022 _ 86. 68, 02
mov byte ptr [eax+1H], ch ; 0025 _ 88. 68, 01
@9 LABEL NEAR
push offset _strg ; 0028 _ 68, 00000000(d)
call _puts ; 002D _ E8, 00000000(rel)
pop ecx ; 0032 _ 59
mov esp, ebp ; 0033 _ 89. EC
pop ebp ; 0035 _ 5D
ret ; 0036 _ C3
_sel ENDP