Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 467 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 467 Bytes

EE560-GPU-ISA-Assembler

Description

EE560 GPU ISA Assembler (derived from MIPS32)

Author: Chang Xu ([email protected])

Date: 01/10/2020

Usage

gassembler [-h] [-v] [-x] [-o outfile] inputfile

positional arguments:
  inputfile      path of the input assembly file

optional arguments:
  -h, --help     show this help message and exit
  -v, --verbose  verbose
  -x             output in bin(default)/hex
  -o outfile     path of the output binary file