![]() |
what's incorrect here
Liste der Anhänge anzeigen (Anzahl: 1)
Hi , why the compiler gives this Error :
Inline assembler syntax error
Delphi-Quellcode:
thank you
var
dw : DWORD; begin case Opcode of od_cb : begin Do_od_ib(); {Get the jump value} dw := m_pInstruc^.Data.btVal; {An unsigned-byte value was returned but a signed-32bit int is needed, so convert} asm mov eax,dw // <-------------Inline assembler syntax error cbw {convert the byte to a word} cwde {convert the word to a dword} mov dw, eax end; end; |
Re: what's incorrect here
I dont know exacly, maybe the [edit] missed blank after the [/edit] comma?
|
Re: what's incorrect here
Könntest du dem Beitrage bitte einen aussagekräftigen Titel geben der dein Problem wenigstens ansatzweise beschreibt? Danke :)
Please choose a significant title which describes your problem. Thanks :) |
Alle Zeitangaben in WEZ +1. Es ist jetzt 13:22 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