enow.com Web Search

Search results

  1. Results from the WOW.Com Content Network
  2. Transaction Processing Facility - Wikipedia

    en.wikipedia.org/wiki/Transaction_Processing...

    The TPF loader was extended to read the z/OS-unique load module file format, then lay out file-resident load modules' sections into memory; meanwhile, assembly language programs remained confined to TPF's segment model, creating an obvious disparity between applications written in assembler and those written in higher level languages (HLL).

  3. IBM Basic assembly language and successors - Wikipedia

    en.wikipedia.org/wiki/IBM_Basic_assembly...

    As it is an assembly language, BAL uses the native instruction set of the IBM mainframe architecture on which it runs, System/360, just as the successors to BAL use the native instruction sets of the IBM mainframe architectures on which they run, including System/360, System/370, System/370-XA, ESA/370, ESA/390, and z/Architecture.

  4. ALCS transaction monitor - Wikipedia

    en.wikipedia.org/wiki/ALCS_transaction_monitor

    Whereas TPF runs as a stand-alone OS, ALCS is designed to run as an application on top of MVS/OS/390/z/OS. However, the API it provides to applications is very similar to that on TPF, so applications written for TPF can run on ALCS with minimal modifications: typically fewer modifications than are required to move from one release of TPF to ...

  5. Hercules (emulator) - Wikipedia

    en.wikipedia.org/wiki/Hercules_(emulator)

    Hercules is a computer emulator allowing software written for IBM mainframe computers (System/370, System/390, and zSeries/System z) and for plug compatible mainframes (such as Amdahl machines) to run on other types of computer hardware, notably on low-cost personal computers.

  6. History of IBM mainframe operating systems - Wikipedia

    en.wikipedia.org/wiki/History_of_IBM_mainframe...

    All modern IBM mainframe operating systems except z/TPF are descendants of those included in the "System/370 Advanced Functions" announcement – z/TPF is a descendant of ACP, the system which IBM initially developed to support high-volume airline reservations applications.

  7. Comparison of assemblers - Wikipedia

    en.wikipedia.org/wiki/Comparison_of_assemblers

    Nevertheless for the most common targets the LLVM MC (machine code) project provides an assembler both as an integrated component of the compilers and as an external tool. Some other self-hosted native-targeted language implementations (like Go , Free Pascal , SBCL ) have their own assemblers with multiple targets.

  8. PC-based IBM mainframe-compatible systems - Wikipedia

    en.wikipedia.org/wiki/PC-based_IBM_mainframe...

    Similarly to the mainframe version of VM/CMS, the VM/PC also created the illusion of virtual disks, but on the PC version these were maintained as PC DOS files, either on floppy or hard disk. For example, the CMS virtual disk belonging to user FRED at device address 101 was stored as the DOS file FRED.101.

  9. FASM - Wikipedia

    en.wikipedia.org/wiki/FASM

    FASM (flat assembler) is an assembler for x86 processors. It supports Intel-style assembly language on the IA-32 and x86-64 computer architectures. It claims high speed, size optimizations, operating system (OS) portability, and macro abilities. [2] [3] It is a low-level assembler [3] and intentionally uses very few command-line options.