Skip to content

Instantly share code, notes, and snippets.

@moonblade
Last active March 28, 2016 14:51
Show Gist options
  • Save moonblade/cf1dfdccebdfc8130e68 to your computer and use it in GitHub Desktop.
Save moonblade/cf1dfdccebdfc8130e68 to your computer and use it in GitHub Desktop.
commands
A
for assembler
type a and then type the address you want to type the program in, then proceed to type the program
one enter for converting to hex, two enters for save
press . and enter when you wish to leave, or press interupt
U
unassambler
type u and then type an address to start checking the program, and get their address as well
GO
go command
for running the program you typed
usage : GO <address>
SB
susbtitute byte,
to enter a byte at a time, for entering raw hex values
SW
substitute word
to enter two bytes or a word at a time, for entering raw values
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment