tergav17 / i281-dev

A set of utilities used to create software for the i281 CPU

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

i281 Developer Tools

This repository contains source code for i281e software, plus the utilties needed to build them. The contents of the directories are as follows:

  • as: The i281e cross assembler
  • dos: DOS/281 source code and applications
  • misc: Miscellaneous utilities for manipulation assembler output files
  • opcodes: Information about the i281e instruction set
  • programs: Independent i281e user programs
  • websim: Javascript-based simulator of the i281e

Building

To execute the makefile, the following requirements are needed:

  • UNIX-like environement (I personally use WSL, but cygwin could work)
  • Makefile (duh)
  • Python3
  • gcc or equivalent C compiler

About

A set of utilities used to create software for the i281 CPU

License:MIT License


Languages

Language:Assembly 62.6%Language:JavaScript 11.3%Language:C 11.2%Language:HTML 11.2%Language:Python 2.7%Language:Makefile 0.8%Language:Shell 0.3%