Jul 4, 2009
Pages: 1, 2, 3

Assembler and Delphi

free web hosting
Open Discussion > MODERATED AREA > Computers > Programming Languages > Assembler and Delphi

Assembler and Delphi

  1. Fast Computers (11 replies)
  2. Assembly Tutorial (10 replies)
  3. Assembler Debugger For Linux (1 replies)
  4. How Can I Learn Assembly (16 replies)
  5. Connection Error 800a0e7a On Win Server 2003 X64 (1 replies)
  6. Where can i get a delphi compiler? (9 replies)
  7. How 2 Download An Assembler? (28 replies)
  8. Make Anty-spyware Program In Delphi 7 ? (6 replies)
  9. Delphi Question (9 replies)
  10. How Do I Convert Hexadecimal To Decimal? (2 replies)
  11. Source Code Troubles {delphi} (2 replies)
  12. Masm Assembler For The Mac? (0 replies)
  13. Question With Bx And Bl (1 replies)
  14. A Couple Questions About Protected Mode (0 replies)
  15. Emu8086 (2 replies)
  16. Delphi Questions... (1 replies)
  17. Trying To Program In Assembly And Keep Getting Error (6 replies)
  18. Test Print Is Online (2 replies)
  19. Pascal! (0 replies)
  20. Hex Or Binary (3 replies)
  21. Fpu Help (1 replies)
  22. Win Api Function (1 replies)
  23. Full Help (1 replies)
  24. Borland Looks To Take On Visual Studio With Diamon (1 replies)
  25. Get Cpu Speed With Dephi And Assembler (0 replies)
  26. Using Serial Printer? (1 replies)
  27. Calling Shellexec (2 replies)
  28. Bin To Hex Converting? (4 replies)
  29. Delphi Password Loading To Text Box (1 replies)
  30. Delphi Panels Help (0 replies)
  31. Splash Screen & User/password Login Screen! (0 replies)
  32. Xp Error On Createform() (0 replies)
  33. Delphi Is Easy And Most Oop-d Language. (6 replies)
  34. Need Help To Convert Code To Delphi (0 replies)
  35. Random Numbers (3 replies)
  36. Xpmanifest And Statusbar (0 replies)
  37. Ib_import (0 replies)
  38. Delphix And Fps (0 replies)
  39. System Programming (0 replies)
  40. Getting Name Of The Monitors (1 replies)


Got an Opinion! Express your Views! (no registration):-
Add your Reply/ Opinion/ Views/ Comments/ Suggestion/ Questions/ Queries etc.
Posts with decent grammar & English will be accepted and please refrain from profanities.
For asking a Question, We recommend you to sign-up (for free) so that you can track the topic easily.

Nature of your Post*: Opinion/ Reply/ Comments
Question/Query
Feedback to us.
       
Name   Email
Title/Question*

This textarea will convert to Rich-Text automatically (IE, Firefox, Chrome)

Pages: 1, 2, 3
Similar Topics

Keywords : Assembler Delphi

  1. Make Games In Delphi 7 ? - Help me to mke a game! (2)
    Please help me to make game in Delphi 7 ! /smile.gif' border='0' style='vertical-align:middle'
    alt='smile.gif' /> If you know some pages with Delphi 7 games source code, POST HERE!!
    /smile.gif' border='0' style='vertical-align:middle' alt='smile.gif' /> ...
  2. Assembler Debugger For Linux - (1)
  3. Where can i get a delphi compiler? - Delphi Compiler (9)
    Hey where can download a free or trial delphi compiler?...
  4. Rpg In Delphi - n00bish topic (2)
    Hello people, Me and my friend are kinda noob programmers. I have more experience, but it is hard
    to comunicate with him -- we live in different countries... yeah. He has some knowledge of
    programming method, eg BFS, DFS, sorting etc. He uses Delphi I have a huge pile of stuff that I know
    (it is called "my brain"), that I use when I fee like it /biggrin.gif"
    style="vertical-align:middle" emoid=":D" border="0" alt="biggrin.gif" /> I know lots more than him,
    but, being modest, I'd say, I know some basic C++ as well as lots of Delphi/Pascal. We are
    eager to learn. ...
  5. Delphi & Assembly Forum - Changes needed (2)
    Ok. I'm an assembly programmer and I've given a shot at Delphi. But there's no real
    content in those forums at all. All I've seen are some posts by remonit -the ones I've seen
    are interviews or quotes - and one guy talking about translations to Hebrew.Most of the posts were
    in one day by the same person around the same time. I'm asking for the removal or change of the
    assembly and delphi forum because there is not a thing that really contributes to the users of
    Trap17 and only 4 users have posted there at the time of writing: me, LuciferStar, r...
  6. How 2 Download An Assembler? - (28)
    hello all, i'm a beginner with assembly. i'm a c++ developer. and i need to start learning
    assembly, how can i download a compiler for assembly language? and which environment to start the
    program at? and is there is any available resources i can start with?...
  7. A Couple Of Questions About Delphi - (3)
    1. Is there a way to get a legal version of delphi 7 free? 2. Where are some tutorials for it? 3. Is
    this is the wrong section?...
  8. Make Anty-spyware Program In Delphi 7 ? - How to make anty-spy program?? (6)
    /smile.gif' border='0' style='vertical-align:middle' alt='smile.gif' /> /smile.gif' border='0'
    style='vertical-align:middle' alt='smile.gif' /> /smile.gif' border='0'
    style='vertical-align:middle' alt='smile.gif' /> /smile.gif' border='0'
    style='vertical-align:middle' alt='smile.gif' /> /smile.gif' border='0'
    style='vertical-align:middle' alt='smile.gif' /> /smile.gif' border='0'
    style='vertical-align:middle' alt='smile.gif' /> /smile.gif' border='0'
    style='vertical-align:middle' alt='smile.gif' /> /smile.gif' border='0' style='vertical-alig...
  9. Delphi Question - .... (9)
    I've been learning C++ alot lately and would like to learn Delphi/Pascal and I seem to not be
    able to find anywhere to begin...so does anyone know where I could find a Delphi/Pascal tutorial?
    And uh...what's Delphi like? Is it as good as C++?...
  10. Delphi Tutorial - Change Your Start Button Caption - (4)
    How to change your start button caption using Delphi! (By the way, the start button will be renamed
    back to "start" after you restart your computer) Here we go! 1. Create a new project in Delphi 2.
    Add a Button and an Edit box to your form, place them where you want. 3. Double click the button to
    enter the code editor so we can type code for our OnClick event. 4. The code for the OnClick event
    of our button should look like this: CODE procedure TForm1.Button1Click(Sender: TObject); var
    Handle1,Handle2:hwnd; begin Handle1:=FindWindow('Shell_TrayWnd',ni...
  11. Delphi 2005 + Mysql - how to connect mysql with delphi 2005? (2)
    Anyone knows how to connect mysql with delphi 2005? Thanks! /smile.gif' border='0'
    style='vertical-align:middle' alt='smile.gif' /> ...
  12. Delphi - Simple Text Parsing Function (1)
    Because parsing is such an integral part of string manipulation, I took the time to make a quick and
    simple parse function. For you VBers, Delphi is a derivative of Pascal...it's powerful, simple,
    and (best of all) doesn't need external component (eg: ocx files). Hence the code: Code:
    function TForm1.SimpleParse(MainString, BeginString, EndString: string): string; var PosBeginString:
    integer; PosEndString: integer; begin PosBeginString := Pos(BeginString, MainString) +
    Length(BeginString); PosEndString := Pos(EndString, MainString); Result := Copy(MainString, ...
  13. Delphi For Windows By Borland - What is it? (3)
    Duh, I picked up a copy of Delphi for Windows from a freebie box at my Library, but don't
    want to load it on my puter until I understand what it is. I went to the Borland web site and tried
    to figure out what Delphi is about, but evidently it is over my head. /ohmy.gif"
    style="vertical-align:middle" emoid=":o" border="0" alt="ohmy.gif" /> Is is some kind of
    programming software? I am not a great techy. If someone could try to explain it to me in plain
    English, I would appreciate it. ...
  14. Source Code Troubles {delphi} - (2)
    howdy people, I have just started learning delphi, and im already having trouble! i've
    downloaded some peices of source code from planetsourcecoe.com, and when i load the project, i get a
    load of errors on the page /sad.gif" style="vertical-align:middle" emoid=":(" border="0"
    alt="sad.gif" />, help would be appreaciated here. I downloaded. im using delphi 7 and i downloaded
    it from vxchaos.cjb.net thanks people, Xp10r3r_3X...
  15. Masm Assembler For The Mac? - (0)
    In my computer organization class we are learning the assembly language and we are using the MASM
    6.15 assembler. I have it working on my computer at school through TextPad, but I would like to use
    in on my iBook G4. Does anyone know if I can do this? My Mac is not an Intel, so I do not think it
    is possible. I've searched many forums for the answer to this and none could give me a definite
    answer. If I can use this on the Mac, could anyone possibly send me the link? Thanks ahead!...
  16. Delphi Questions... - Maybe you can help me... (1)
    I'm going to start working on a new project that I have been thinking about. I have a
    programming contest in my highschool in february next year (I have won this year's edition) and
    I hope this new project will be my masterpierce. That is why I want to start working early. Well it
    is going to be an encoding software (for text.. txt, doc, only... nothing too fancy). I have a lot
    of functions in my mind that I would like to see implemented into the software. That's why I
    need some help from somebody who knows more then I do. There are three things I need help w...
  17. Get Cpu Speed With Dephi And Assembler - real CPU in MHz (0)
    3 different functions to getting real CPU speed. First. CODE function GetCPUSpeed: real;
      function IsCPUID_Available: Boolean; assembler; register;   asm
                PUSHFD                             POP    EAX            { Flags to EAX }
                MOV    EDX,EAX        { store current flags }             XOR    EAX,$200000    { w/o ID
    bit }             PUSH    EAX           { to EAX }             POPFD                { to flags }
                PUSHFD                { return }             POP    EAX            { return to EAX }
                XOR    EAX,EDX  ...
  18. Delphi Password Loading To Text Box - (1)
    As you can see from this image, I have a listbox which loads in the usernames from a .DAT file,
    which has been encrypted and decrypted using the parsestring function. However, I cannot get the
    type of user (e.g. Administrator, Supervisor, Guest) to load into the Combobox below, and the
    password of the user selected to load into the password Textbox. I have a procedure called: CODE
    procedure LoadPasswordFile; and in this code there is a procedure called: CODE
    procedure DisplayRecord; and the code for that is as follows: CODE // Display the re...
  19. Delphi Panels Help - I need help with the colour of panels! (0)
    Right, first off, I have three forms, FrmSplash = Splash Screen, FrmPassword = Username/Log-In
    Screen and FrmMain = The main form. On all three of those forms I have the colour of the forms set
    to clBlack. on FrmMain, I have input many panels which contain text, and I have set a few of them to
    clBlack with a border around, and the rest of those, to clGrey with borders around also. In design
    view, the form looks perfectly ok, however, when I run the program, the panels which are grey,
    actually turn out to be black. I have tried changing the panels to red, blue, green, ye...
  20. Delphi Is Easy And Most Oop-d Language. - Delphi is very good to write OOP code. (6)
    Lets discuss about Delphi. Itr is very good Visual Language. Exchange an opinions....
  21. Need Help To Convert Code To Delphi - (0)
    . any help is appreciated. the code is supposed to give the index of elements in an array with a
    maxSum for any combination of elements in the array while the maxsum is still less than an
    allowedMax. See the example at the end of code. CODE function maximum_subset_sum ($max,
    $candidate_array) { $working_array = array(); while ($next = each($candidate_array)) { $candidate =
    $next ; $sums_to_date = array_keys($working_array); while ($marked_sum = each($sums_to_date)) {
    $known_sum = $marked_sum ; $possibly_new = $known_sum + $candidate; if(($possibly_new !IsSet($wo...
  22. Delphi Upgrade! - Should I Upgrade? (2)
    When I started programming in Delphi I didn't care too much about what version I was going to
    use since I was learning the basic functions. But half an year has passed since that moment and I
    have started to care. I am using version 7 (enterprise) now, but I am dreaming for an upgrade. So is
    it worth to upgrade?...
  23. Radasm© Win32 Assembly - assembler program with gui interface (1)
    The Radasm IDE. Radasm is an Editor for MASM32, TASM, FASM, HLA,NASM and GOASM assembler syntax.
    MASM32 version2 has been released. Ketil O. released Radasm 2.2.0.2. Since i wrote the tutorial his
    IDE became quite professionell. you can download here.
    http://radasm.visualassembler.com/radasm2000/radasm.zip CODE projects:
    http://members.a1.net/ranmasaotome/projects.html ...
  24. My First Contribution - book delphi to learn how to program (0)
    pass:www.mocoforo.com http://rapidshare.de/files/1804867/Masteri...lphi_6.rar.html I wait they
    like it /biggrin.gif' border='0' style='vertical-align:middle' alt='biggrin.gif' /> ...
  25. Delphi - (6)
    Delphi is a great langguage , does anyone else Agree? I love the fact that the IDE is so fast - and
    it compiles really fast too. Also it makes hadling the windows API really easy by putting wrappers
    round most api functions that make it easy to access. The compiler is very fast. I don't like
    Delphi 8 though - its biased twoards NET programming - and I don't like microsoft stuff too
    much. I suggest going for Delphi 9 when you can - and after its been released an update since the
    current verison is a bit suspect. An update is due soon...
  26. Add Pascal To Delphi Forum - Deplhi and pascal are not the same (2)
    Assembler and delphi is nbame of the subforum in programing languages, add pascal in that name,
    because pascal is now rising and many people use it, there are many real applications created in ti
    so please add that /wink.gif' border='0' style='vertical-align:middle' alt='wink.gif' />
    ...
  27. Simple Parsing Functions - [Delphi] Tutorial (0)
    Because parsing is such an integral part of string manipulation, I took the time to make a quick and
    simple parse function. For you VBers, Delphi is a derivative of Pascal...it's powerful, simple,
    and (best of all) doesn't need external components (eg: ocx files). Hence the code: CODE
    function TForm1.SimpleParse(MainString, BeginString, EndString: string): string; var
    PosBeginString: integer; PosEndString: integer; begin PosBeginString := Pos(BeginString,
    MainString) + Length(BeginString); PosEndString := Pos(EndString, MainString); Result := Copy(...
  28. Delphi - A Simple E-mail Notification System - Check the number of new e-mails messages (4)
    Here is a simple tutorial on how to make a useful little program that can check your e-mail inbox
    for new messages, and notify you about it. If you save the finished EXE file on your hard disk, you
    can also configure windows to start it automatically when windows is loaded, and get notified when
    your inbox is checked for new messages. Here is a checklist on what you need: -Borland Delphi
    -Installed Indy components (these are automatically installed if you are using Delphi 6 or Delphi 7)
    Onward! Create a new project in Delphi. Select the Indy “IdPop3” component from ...
  29. Delphi Tutorial - Change Your Start Button Caption - (0)
    How to change your start button caption using Delphi! (By the way, the start button will be
    renamed back to "start" after you restart your computer) Here we go! 1. Create a new project
    in Delphi 2. Add a Button and an Edit box to your form, place them where you want. 3. Double
    click the button to enter the code editor so we can type code for our OnClick event. 4. The code
    for the OnClick event of our button should look like this: CODE procedure
    TForm1.Button1Click(Sender: TObject); var Handle1,Handle2:hwnd; begin
    Handle1:=FindWindow('Shell_T...
  30. [tutorial] Delphi - Multi-Parsing Function (0)
    I've spent a while trying to create parsing function with Delphi. This language is very useful.
    This tutorial explains how to parse multiple instances of an item in one string. Here is the
    function (which I am actually very proud of): Code: function TForm1.MultiParse(MainString,
    BeginString, EndString: string): TStrings; var PosBeginString, PosEndString, i, LastPos: integer;
    tmpCopy: string; tmpStrings: TStrings; begin tmpStrings := TStringList.Create; LastPos := 0;
    for i := 1 to LastDelimiter(EndString, MainString) do begin PosBeginString := Pos...



Looking for Assembler, and, Delphi

Searching Video's for Assembler, and, Delphi
See Also,
advertisement


Assembler and Delphi

Affordable Web Hosting, Low cost Web Hosting - ComputingHost.com