Giter Site home page Giter Site logo

lua370's Introduction

HackerSmacker's Lua/370
Based on actual Lua.

Compiling:
You can compile Lua/370 with GCCCMS, GCCMVS, and JCC. At the moment, JCC is the only semi-working C compiler. 
Simply invoke the "make -f Makefile.????" command, but be sure to use "Makefile.gcccms" or "Makefile.jcc". 

Assembling the GCCCMS output:
You will need to find some way to put all of the assembly source files on your mainframe. Here are some ideas:
- Make a VMARC of them, and IND$FILE the VMARC into your VM/CMS system.
- Use NJE and send each file to your userid on VM.
- Use PCOMM's "batch IND$FILE", just be sure to edit the "Templates" and make sure that .s corresponds to
  "* ASSEMBLE".
- Put them on an AWS tape image and use the "TAPPDS" command. This is very hard to do.
- Load a DASD...
Once you've got the source on there, use the provided ASSEMBLE EXEC. Please note that this requires the
IBM High Level Assembler, which of course, isn't natively on VM/370 Release 6. The VM/370 Sixpack/Extended
(6Pext) and VM/370 Community Edition (CE) provide an ASMAHL command. If you are on a modern VM system and
have High Level Assembler installed, it will assemble just fine. If you have the older Assembler H (HASM),
it works too. Likewise, Assembler XF (ASSEMBLE) will work too. This EXEC requires that PDPCLIB MACLIB and
TXTLIB are available on some minidisk somewhere that's attached to and accessed by your userid on CMS. The
EXEC will then load the TEXT objects, and generate the modules. This is VERY inefficient, and puts a ton of
output on your terminal. So, have your finger on the clear key and get ready to press it as fast as you can!
Now, unfortunately, the TXTLIB command complains that some of the objects contain invalid records, so it
cannot be used. 

lua370's People

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.