Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

SprintLanguage/asm

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SprintASM

SprintASM or SASM is the Assembly format used by Sprint. It's custom made and tries to be multiplatform.

Instructions

move instruction set

The move instruction set is a basic instruction allowing you to move things from a source to an origin.

Limitation

There is an limitation to the move instruction, you cannot directly set from memory to memory directly, you can however do this in two instructions by doing:

move64 si <your address content>
move64 <your target address> si

Variants

The move instruction set has the following variants:

  • move8: Moves 8 bits
  • move16: Moves 16 bits
  • move32: Moves 32 bits
  • move64: Moves 64 bits

About

The custom Assembler / Assembly format for the Sprint language, programmed in C!

Topics

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages

Morty Proxy This is a proxified and sanitized view of the page, visit original site.