Alexander Krog
Alexander Krog
According to the documentation pack_into should be able to pack_into any byte_container, but the function takes a std:array instead of std::span or equivalent. https://github.com/CrustyAuklet/bitpacker/blob/c62dbbf4fe40f267a06c94f3675aaa2579af8cfe/include/bitpacker/bitpacker.hpp#L822
https://github.com/pietroborrello/CustomProcessingUnit/blob/2d3b9df08fe6ce4d4ce53e04189c6204c0eb0381/uasm-lib/uasm.py#L645 based on the iret I belive this is CS_USERM but I could definitely be wrong.
Missing things: - [x] About - [ ] Install - [ ] Getting started - [x] UCODE layout - [ ] Patch -- super simple example - [ ] examples...
Does it actually make sence to have a malloc for 0x100 words? @Myldero
A small destrition of how it's made. Would also be very great to push that diff to coreboot
if possible, but should be right?
This is probably dependent on #5 include in readme: - requirements - dependecies - folder description & examples - link to docs etc - building process (eg make) - License??...