Skip to content

Commit

Permalink
add new commands to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
pm100 committed Jan 4, 2024
1 parent fc26f1d commit 064d622
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,18 @@ Print either an integer (16 bit), a string or a pointer

Displays the current 6502 stack

### reg

set register value

`>> reg xr 42`

### write_memory (wm)

Write one byte to memory

`>> wm 0x1234 0x44`

### expr

Expression evaluator. Anywhere that an address can be given you can have an expression
Expand Down

0 comments on commit 064d622

Please sign in to comment.