Skip to content

Commit

Permalink
Update riscv-total-embedded.adoc
Browse files Browse the repository at this point in the history
  • Loading branch information
jnk0le committed Oct 9, 2023
1 parent d38a279 commit 1d1b68c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion riscv-total-embedded.adoc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

= riscv-total-embedded
Jan Oleksiewicz <jnk0le@hotmail.com>
:appversion: 0.22.5
:appversion: 0.22.6
:toc:
:toclevels: 5
:sectnums:
Expand Down Expand Up @@ -596,6 +596,7 @@ as a defacto calller saved one (aka create custom calling convention)
- registers must be be sorted (integer, floating point, vector, custom, then by lowest numbered)
- CSRs must be put after the architectural regfiles, those don't have to be sorted
- must not collide with `\\__attribute__\((interrupt))` as to support "legacy" handler return mechanisms
- must not imply `\\__attribute__\((interrupt)) as well
- custom CSRs would also have to be somehow covered. (hw loops etc.)

psABI caller saved:
Expand Down

0 comments on commit 1d1b68c

Please sign in to comment.