Board index » delphi » translate assembler code into turbo pascal code
translate assembly into turbo pascal
![]() Delphi Developer |
Wed, 18 Jun 1902 08:00:00 GMT
|
translate assembly into turbo pascal
![]() Delphi Developer |
Wed, 18 Jun 1902 08:00:00 GMT
translate assembler code into turbo pascal code
Hi,
I need to write a program only in Turbo Pascal 7.0 or procedure setcursor(x,y : integer;cursor : t_cursor); please help me it's quite urgent ! * Sent from AltaVista http://www.altavista.com Where you can also find related Web Pages, Images, Audios, Videos, News, and Shopping. Smart is Beautiful |
Frederic Bonro
![]() Delphi Developer |
Wed, 18 Jun 1902 08:00:00 GMT
Re:translate assembler code into turbo pascal codetranslate assembly into turbo pascal 7 wrote: Quote> I need to write a program only in Turbo Pascal 7.0 or located at the address of the variable cursor. Therefore, "cursor" is probably a pointer to a structure that defines the shape of the mouse cursor. es:dx is equivalent to cursor^. |
Michael Knap
![]() Delphi Developer |
Wed, 18 Jun 1902 08:00:00 GMT
Re:translate assembler code into turbo pascal codetranslate assembly into turbo pascal 7 wrote: Quote
procedure setcursor(x,y : integer;cursor : t_cursor); Michael -- |
Horst Kraem
![]() Delphi Developer |
Wed, 18 Jun 1902 08:00:00 GMT
Re:translate assembler code into turbo pascal codeOn Sat, 08 Apr 2000 03:21:10 -0700, translate assembly into turbo Quotepascal 7 <ben124NObeS...@nsimail.com.invalid> wrote: correct but the parameter type is wrong. Quote> The entire procedure is : procedure setcursor(x,y : integer;cursor : t_cursor); by procedure setcursor(x,y : integer;var cursor:t_cursor); Then 'cursor' will have the expected type 'pointer' in BASM. If you absolutely want to declare it as you did you'd have to write mov dx, SS instead of les dx, cursor in order to get the _address_ of 'cursor' Regards |
Osmo Ronkan
![]() Delphi Developer |
Wed, 18 Jun 1902 08:00:00 GMT
Re:translate assembler code into turbo pascal codeIn article <38ef3015.63190...@news.btx.dtag.de>, QuoteHorst Kraemer <horst.krae...@t-online.de> wrote: arrays/records of length exactly 1,2 or 4 bytes) as pointers. In Pascal procedures the entry code copies the variable to a local variable but in Assembler procedures that is not done. For ASM procedures there is little difference between value and variable parameters with complex types. Osmo |
Horst Kraem
![]() Delphi Developer |
Wed, 18 Jun 1902 08:00:00 GMT
Re:translate assembler code into turbo pascal codeOn 8 Apr 2000 16:22:37 +0300, ronka...@cc.helsinki.fi (Osmo Ronkanen) wrote: Quote> RTFM. were born. Kindest Regards |
Osmo Ronkan
![]() Delphi Developer |
Wed, 18 Jun 1902 08:00:00 GMT
Re:translate assembler code into turbo pascal codeIn article <38ef63ab.6636...@news.btx.dtag.de>, QuoteHorst Kraemer <horst.krae...@t-online.de> wrote: Osmo |
Alexander Muelle
![]() Delphi Developer |
Wed, 18 Jun 1902 08:00:00 GMT
Re:translate assembler code into turbo pascal codeQuoteHorst Kraemer wrote: Ouch, what happens to you? Alex |
Wolf Behrenhof
![]() Delphi Developer |
Wed, 18 Jun 1902 08:00:00 GMT
Re:translate assembler code into turbo pascal codeQuoteHorst Kraemer wrote: RTFM means "read the f'ing manual" because nobody likes to read manuals and because manuals are often incomplete, not helpful or whatever. But RTFM does NOT mean "the f'ing user should read his manual". RTFM does not insult anybody. Quote> Date: Sat, 08 Apr 2000 17:03:49 GMT (should be either "17:03:49 +0200" or "15:03:49 GMT") Wolf |
Klaus
![]() Delphi Developer |
Wed, 18 Jun 1902 08:00:00 GMT
Re:translate assembler code into turbo pascal codeQuoteHorst Kraemer wrote in message <38ef63ab.6636...@news.btx.dtag.de>... Mir scheint, Deine wste Antwort war ein Fehltritt, der vielleicht KlausL |
Alexander Muelle
![]() Delphi Developer |
Wed, 18 Jun 1902 08:00:00 GMT
Re:translate assembler code into turbo pascal codeQuoteKlausL wrote: Klaus!!! DAS was Horst hier geliefert hat, war mehr als eine Frechheit. Alex |
Marco van de Voo
![]() Delphi Developer |
Wed, 18 Jun 1902 08:00:00 GMT
Re:translate assembler code into turbo pascal codeQuote>> > RTFM. |
Frank Pee
![]() Delphi Developer |
Wed, 18 Jun 1902 08:00:00 GMT
Re:translate assembler code into turbo pascal codeOn Sat, 08 Apr 2000 18:17:16 +0200, Wolf Behrenhoff Quote<wolf.behrenh...@gmx.net> wrote: that the recipient of the epithet should have read the manual. The f-word is for emphasis. Or it could have been intended in a lighter spirit... tone of voice would be important here, but unfortunately such nuances are lost in a newsgroup. Quote>But RTFM does NOT mean "the f'ing user should read his manual". I can't see how it would be anything other than an insult to someone who has been a respected poster here for a long time. FP |
Klaus
![]() Delphi Developer |
Wed, 18 Jun 1902 08:00:00 GMT
Re:translate assembler code into turbo pascal codeQuoteAlexander Mueller wrote in message <38F2102E.ADBE5...@gmx.at>... - Ich nannte Horsts Bemerkung eine wste Antwort, nicht eine Frechheit Die deutsche Sprache ist in solchen Sachen sehr pr?zis. Lies doch bitte KlausL |
Alexander Muelle
![]() Delphi Developer |
Wed, 18 Jun 1902 08:00:00 GMT
Re:translate assembler code into turbo pascal codeQuoteKlausL wrote: stimmt, beim zweiten Durchlesen bemerkte ich, da? das "vielleicht" auf So, jetzt sollten wir aber wieder in Englisch posten, bevor die Alex |
1. Translate variant code to interface code
2. How to translate Excel VB Code to Delphi Code
3. can I get the real time running...with assembler coding or in pascal
4. Object Pascal compiler : assembler code
5. HELP: Can anyone translate this C++ code into Pascal/Delphi
6. Translating C code to Pascal/Delphi
7. Translate Assembler to Pascal
8. Porting Turbo Pascal 3.0 code to 7.0
10. swag9711.zip SWAG: A huge library of PD Turbo Pascal code, 11/97 update