Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/johnsonjh/xlp
- Owner: johnsonjh
- Created: 2023-02-17T13:18:36.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-12-03T01:32:25.000Z (about 1 year ago)
- Last Synced: 2024-11-02T09:42:08.218Z (about 2 months ago)
- Topics: aix, ibm, pascal, rs6000, xlp
- Homepage: https://github.com/johnsonjh/xlp
- Size: 6.96 MB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```