Skip to content

Commit

Permalink
Merge pull request #41 from Rudxain/patch-1
Browse files Browse the repository at this point in the history
add Harvard-arch link to `README`
  • Loading branch information
maximecb committed Apr 27, 2024
2 parents 93cb1aa + 3343a59 commit 29d44e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Current features:
- Untyped design for simplicity
- Little-endian byte ordering (like x86, ARM & RISC-V)
- 32-bit and 64-bit integer ops, 32-bit floating-point support
- Separate flat, linear address spaces for code and data
- [Separate flat, linear address spaces for code and data](https://en.wikipedia.org/wiki/Harvard_architecture)
- Built-in, easy to use [assembler](vm/src/asm.rs) with a [simple syntax](vm/examples)
- Event-driven event execution model compatible with async operations
- Easy to use frame buffer to draw RGB graphics with no boilerplate
Expand Down

0 comments on commit 29d44e5

Please sign in to comment.