Skip to content

trevor-patrick/mips-mobile-ide

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

mips-mobile-ide

Ever wanted to write MIPS assembly on your phone? Probably not. But, with this app, you could. We are implementing an Android app with an editor and simulator for MIPS.

Collaboration Guidelines

feature implementation convention

  • no feature is to be implemented on the master branch
  • create a new branch with name feature<feature-name>

Code Style

  • Camel case for methods and variable names
  • Pascal case for class names
  • lowercase for directory name with words separated by periods

Project organization

  • All core features should be organized in packages

pull request convention

  • add at least 2 reviewers to every pull request
  • once pull is merge into master, the feature branch should be deleted

bugs

  • for every bug create an issue
  • add the last committer as issue owner if you can't fix it

About

Ever wanted to write MIPS assembly on your phone? Probably not. But, with this app, you could. We are implementing an Android app with an editor and simulator for MIPS.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Java 100.0%