Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/johnsonjh/xlp

IBM AIX XL Pascal Compiler/6000
https://github.com/johnsonjh/xlp

aix ibm pascal rs6000 xlp

Last synced: 3 days ago
JSON representation

IBM AIX XL Pascal Compiler/6000

Awesome Lists containing this project

README

        

# IBM AIX XL Pascal Compiler/6000

* This is IBM AIX XL Pascal Compiler/6000 V2.1.4.

* XL Pascal is unsupported (and no longer available), but functional on current (AIX 7.3) systems.

* The following documentation is available in PDF format:



Installation Instructions
User's Guide


Language Reference
Specification

* Because licenses are unavailable, the following patch may be used to bypass the license manager:

```sh
/usr/bin/echo -ne '\x60\x00\x00\x00' | \
/usr/bin/dd of=/usr/lpp/xlp/lib/xlpentry bs=1 count=4 seek=2703800 conv=notrunc
```