Results 1 to 10 of 36

Thread: Pas2C64

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #17
    Hey all,
    I hadn't worked on pas2c64 since February, so I thought I would have a bit more of a play with it. Since I have been using Lazarus 0.9.30 I thought I would have a go at converting over the program from Delphi to Lazarus using the automatic conversion.

    It actually worked perfectly!! Everything still works, even considering I am using SynEdit as the programming GUI part...I was pleasantly surprised!!

    So now I am continuing this using Lazarus now

    I am also now working on converting Delphi floating point numbers to c64 floating point numbers using this site as a basis for an algorithm I am writing:

    ftp://n2dvm.com/Commodore/Commie-CDs...e-base/197.htm

    I have a good feeling about this, so hopefully soon I will also be able to convert floating point numbers using the parser to c64 floating point format (4-byte mantissa + 1 byte exponent, ie. compressed memory version)...

    Once this works I will be able to use the C64 ROM routines to do any maths using floating point numbers!

    cheers,
    Paul
    Last edited by paul_nicholls; 08-06-2011 at 09:40 AM.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •