felixjones / agbabi

Provides GBA optimized functions for some common, handy operations.
Other
68 stars 4 forks source link

Fix memset (again) for >64 bytes case #13

Closed felixjones closed 1 year ago

felixjones commented 1 year ago

Also removed a needless r1 update (probably from a copy-paste), and added .type decorator to assembly functions

Thanks to @asiekierka for writing the failing test case