7shi / vaxrun

Distribution of VAX Tools

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Distribution of VAX Tools

Included

Install

UNIX

$ hg clone https://bitbucket.org/7shi/vaxrun
$ cd vaxrun
$ make
$ sudo make install

MSYS2

$ hg clone https://bitbucket.org/7shi/vaxrun
$ cd vaxrun
$ make install-msys2
$ make
$ make install

Usage

$ cat hello.c
#include <stdio.h>

main() {
    printf("hello\n");
    return 0;
}
$ vaxcc hello.c
$ vaxrun a.out
hello

Build UNIX/32V Kernel

$ cd sys/sys
$ make

About

Distribution of VAX Tools

License:Other


Languages

Language:C 48.0%Language:Java 45.0%Language:Assembly 4.0%Language:Makefile 1.2%Language:M 0.5%Language:Objective-C 0.5%Language:OpenEdge ABL 0.3%Language:Shell 0.2%Language:Forth 0.2%Language:Roff 0.2%Language:Mathematica 0.1%