Thanks to visit codestin.com
Credit goes to github.com

Skip to content

bismurphy/maspsx

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

maspsx AKA "Modern ASPSX"

The goal of this project is to produce assembly code that compiles to an equivalent object using GNU as, as to assembly code that is passed to ASPSX.EXE + psyq-obj-parser.

ASPSX.EXE does not appear to do very much in terms of code optimisation, therefore the transformations ought to be straightforward.

Usage

maspsx supports the following arguments:

  • --run-assembler; execute mips-linux-gnu-as
  • --gnu-as-path; if mips-linux-gnu-as isn't on your path, or you want to use a different assembler
  • --dont-force-G0; if you need to pass a non-zero value for -G to gnu assembler
  • --expand-div; if you need maspsx to expand div, divu and rem ops
  • --no-macro-inc; do not add include "macro.inc" to output

Notes

  • $gp related code is experimental

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%