Menu

Tree [r44] /
 History

HTTPS access


File Date Author Commit
 bin 2017-03-05 niunio [r44] Commited to sync with GitHub project [https://g...
 docs 2017-03-05 niunio [r44] Commited to sync with GitHub project [https://g...
 graf 2009-03-07 Niunio [r18] + Added logo sources and modified a bit.
 obj 2017-03-05 niunio [r44] Commited to sync with GitHub project [https://g...
 src 2010-02-07 niunio [r42] * Makefiles fixed.
 AUTHORS 2017-03-05 niunio [r44] Commited to sync with GitHub project [https://g...
 CHANGES 2017-03-05 niunio [r44] Commited to sync with GitHub project [https://g...
 LICENSE 2017-03-05 niunio [r44] Commited to sync with GitHub project [https://g...
 README 2017-03-05 niunio [r44] Commited to sync with GitHub project [https://g...
 TODO 2017-03-05 niunio [r44] Commited to sync with GitHub project [https://g...
 fix.bat 2017-03-05 niunio [r44] Commited to sync with GitHub project [https://g...
 fix.cmd 2017-03-05 niunio [r44] Commited to sync with GitHub project [https://g...
 fix.sh 2017-03-05 niunio [r44] Commited to sync with GitHub project [https://g...
 makefile 2017-03-05 niunio [r44] Commited to sync with GitHub project [https://g...
 makefile.all 2017-03-05 niunio [r44] Commited to sync with GitHub project [https://g...
 makefile.list 2017-03-05 niunio [r44] Commited to sync with GitHub project [https://g...

Read Me

                                  Z80-Pascal
                                  ==========

Version 0.2.0 WIP

========
Contents
========

 - Introduction
 - License
 - Installation
 - How to use
 - Contact info



============
Introduction
============

  Z80-Pascal aims to create a Pascal compiler for Z-80 based devices, such as
  MSX, ZX Spectrum, Game Boy and many others.

  We're working on it in our free time, so it evolves sssslooooooowwwwlyyyy.
  Please, don't ask when it will be finished because we have no idea at all.



=======
License
=======

  Copyright (c) 2009, 2010 Guillermo Martínez J.
  Copyright (c) 2017 Darius Blaszyk & Guillermo Martínez J.

  This software is provided 'as-is', without any express or implied
  warranty. In no event will the authors be held liable for any damages
  arising from the use of this software.

  Permission is granted to anyone to use this software for any purpose,
  including commercial applications, and to alter it and redistribute it
  freely, subject to the following restrictions:

    1. The origin of this software must not be misrepresented; you must not
    claim that you wrote the original software. If you use this software
    in a product, an acknowledgment in the product documentation would be
    appreciated but is not required.

    2. Altered source versions must be plainly marked as such, and must not be
    misrepresented as being the original software.

    3. This notice may not be removed or altered from any source
    distribution.



============
Installation
============

  You must compile it:

  1.- Be sure you have all you need: Free Pascal compiler and/or Lazarus IDE.
      May be you can use Delphi but we didn't test it yet.

  2.- Open a console and go to the project directory.  In most cases just use
      "cd project".

  3.- Execute "fix.bat" on Windows or "./fix.sh" on GNU/Linux and follow the on
      screen instructions.

  4.- Execute the "make" command.  This should create the compiler executable.
      Execute "make help" to see all available options.

  5.- For the IDE, open the "z80pide.lpr" file at z80-pascal/src/ide with
      Lazarus, check the project options and the compiler options to be sure
      the directory paths weren't twisted and compile.

  See the docs/internal directory for several documents about internal
  descriptions.

  If you have problems read the "Contact info" section.



==========
How to use
==========

  You have more detailed documentation at the "docs" directory.



============
Contact info
============

  The project's web is hosted at http://z80-pascal.sourceforge.net/.  Visit it.

  There's also a GitHub repository at https://github.com/daar/z80-pascal
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.