Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
kristianwiklund committed Feb 25, 2023
1 parent 6773a19 commit 417e181
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,15 @@ Inspired by (obvious if one read the code) - but *not a port of* - [jonesforth](

It will likely never be "complete" - the primary purpose is as a vehicle for me to learn arm + rp2040 assembler.

## Implemented
## Bugs

Yes, and lots of them.

Notably, there is no error handling at all. This is by design (as in - I haven't gotten around to fixing it yet).
Use an SWD adapter (picoprobe, jlink, ...) with gdb to avoid having to pull the plug all the time. You want one anyway, it makes life easier.


## Implemented words

| Word | Description | Example |
|------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------|
Expand Down

0 comments on commit 417e181

Please sign in to comment.