578,579c578,579 < mov eax, dword [text] ;; PUSH text < add eax, dword 1 ;; PUSH # 1 --- > mov eax, dword [text] ;; PUSH text > ;; PUSH # 1 582c582 < mov [c+eax*4], edx --- > mov [c+eax*4+1*4], edx 1322,1323c1322,1323 < mov eax, dword [cmax] ;; PUSH cmax < add eax, dword 2 ;; PUSH # 2 --- > mov eax, dword [cmax] ;; PUSH cmax > ;; PUSH # 2 1326c1326 < mov [c+eax*4], edx --- > mov [c+eax*4+2*4], edx 1735,1736c1735,1736 < mov eax, dword [text] ;; PUSH text < add eax, dword 2 ;; PUSH # 2 --- > mov eax, dword [text] ;; PUSH text > ;; PUSH # 2 1739c1739 < mov [c+eax*4], edx ;; PUSH text --- > mov [c+eax*4+2*4], edx ;; PUSH text 2300,2301c2300,2301 < mov eax, dword [text] ;; PUSH text < add eax, dword 2 ;; PUSH # 2 --- > mov eax, dword [text] ;; PUSH text > ;; PUSH # 2 2304c2304 < mov [c+eax*4], edx --- > mov [c+eax*4+2*4], edx