AGB  ·  Datenschutz  ·  Impressum  







Anmelden
Nützliche Links
Registrieren
Thema durchsuchen
Ansicht
Themen-Optionen

x86 ASM => 64 bit

Ein Thema von Ryzinski · begonnen am 6. Okt 2012 · letzter Beitrag vom 8. Okt 2012
 
Ryzinski

Registriert seit: 2. Okt 2012
38 Beiträge
 
#1

x86 ASM => 64 bit

  Alt 6. Okt 2012, 13:08
When converting 32 bit ASM to 64 bits is something i can't convert.

push dword [esi]

Delphi-Quellcode:
function zend_get_parameters(ht: Integer; param_count: Integer;
  Params: array of ppzval): Integer; assembler; register;
asm
  push esi
  mov esi, ecx
  mov ecx, [ebp+8]
  cmp ecx, 0
  je @first
@toploop:
  {$IFDEF VERSION6}
  push [esi][ecx * 4]
  {$ELSE}
  push dword [esi][ecx * 4]
  {$ENDIF}
  loop @toploop
@first:
  push dword [esi]// <<<<<<<<<<<<< Invalid combination of opcode and operands
  push edx
  push eax
  call ZendGetParameters
  mov ecx, [ebp+8]
  add ecx, 3
@toploop2:
  pop edx
  loop @toploop2
  pop esi
end;

Geändert von Ryzinski ( 6. Okt 2012 um 13:16 Uhr)
  Mit Zitat antworten Zitat
 


Forumregeln

Es ist dir nicht erlaubt, neue Themen zu verfassen.
Es ist dir nicht erlaubt, auf Beiträge zu antworten.
Es ist dir nicht erlaubt, Anhänge hochzuladen.
Es ist dir nicht erlaubt, deine Beiträge zu bearbeiten.

BB-Code ist an.
Smileys sind an.
[IMG] Code ist an.
HTML-Code ist aus.
Trackbacks are an
Pingbacks are an
Refbacks are aus

Gehe zu:

Impressum · AGB · Datenschutz · Nach oben
Alle Zeitangaben in WEZ +1. Es ist jetzt 04:33 Uhr.
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024-2025 by Thomas Breitkreuz