Get link Facebook X Pinterest Email Other Apps - June 10, 2013 In case it helps anyone Get link Facebook X Pinterest Email Other Apps Comments Nicholas RingJune 11, 2013 at 5:36 PMAsbjørn Heid Regarding point three, my favourite was to do something like this (for Win32): if (counter=probloem_count) then asm int 3; end;For the earlier versions of Delphi, it was more (from memory) "asm db. $cc; end;" as the compiler didn't know about "int 3"Win64 moved the assembler to a method by itself - not sure about iOS(X), as I don't have to worry about those :-DReplyDeleteRepliesReplyPatrick HughesJune 12, 2013 at 10:00 AMDrat!Invalid compiler directive SetPEFlags in D5Brian Long - I see you updated your tip according to this convo. Nice job!ReplyDeleteRepliesReplyAsbjørn HeidJune 12, 2013 at 11:39 AMNicholas Ring Ah yes, I use that so often I forget it is a trick :-) It's invaluable.ReplyDeleteRepliesReplyAdd commentLoad more... Post a Comment
Asbjørn Heid Regarding point three, my favourite was to do something like this (for Win32):
ReplyDeleteif (counter=probloem_count) then asm int 3; end;
For the earlier versions of Delphi, it was more (from memory) "asm db. $cc; end;" as the compiler didn't know about "int 3"
Win64 moved the assembler to a method by itself - not sure about iOS(X), as I don't have to worry about those :-D
Drat!
ReplyDeleteInvalid compiler directive SetPEFlags in D5
Brian Long - I see you updated your tip according to this convo. Nice job!
Nicholas Ring Ah yes, I use that so often I forget it is a trick :-) It's invaluable.
ReplyDelete