Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | icebram: don't use exceptions. | Catherine | 2023-02-18 | 1 | -12/+14 |
| | |||||
* | icebram: do not include <bits/stdc++.h> | Catherine | 2023-02-18 | 1 | -1/+1 |
| | |||||
* | icebram: Complete rewrite to cleanup and make it work | Sylvain Munaut | 2023-02-14 | 1 | -272/+570 |
| | | | | Signed-off-by: Sylvain Munaut <tnt@246tNt.com> | ||||
* | Exit with error when no RAM contents were replaced. | Tom Verbeure | 2022-12-27 | 1 | -0/+4 |
| | |||||
* | icebram: add WASI platform support. | whitequark | 2020-06-26 | 1 | -0/+4 |
| | |||||
* | icebram: refactor seeding logic. | whitequark | 2020-06-26 | 1 | -8/+14 |
| | |||||
* | Revert "Make icebram deterministic" | whitequark | 2020-06-26 | 1 | -2/+2 |
| | | | | This reverts commit 2679c91b8a158aa4aca49dd726955e8c63cf7bef. | ||||
* | Make icebram deterministic | whitequark | 2020-06-23 | 1 | -2/+2 |
| | |||||
* | Remove rogue space | Tom Verbeure | 2018-06-02 | 1 | -1/+1 |
| | |||||
* | Fix indentation | Tom Verbeure | 2018-06-02 | 1 | -1/+1 |
| | |||||
* | Add option to specify seed for repeatable outcomes. | Tom Verbeure | 2018-06-02 | 1 | -7/+25 |
| | |||||
* | Mount NODEFS if using emscripten and nodejs | Robert Ou | 2018-03-31 | 1 | -0/+16 |
| | | | | | Mounts root directory on `/hostfs` and the current working directory on `/hostcwd` | ||||
* | Improve input parsing of icebram | Marcus Comstedt | 2016-10-21 | 1 | -6/+31 |
| | | | | | | | | | | | | | Add support for the following in the input hexfiles: * Horizontal whitespace (space, tab, cr) * Multiple words on the same line * Empty lines * Embedded underscores (_) in the words * x and z nibbles (interpreted as zero) In addition, allow for the to_hexfile to be shorter than the from_hexfile, padding with zeroes as needed. | ||||
* | Minor icebram improvements | Clifford Wolf | 2016-06-11 | 1 | -3/+6 |
| | |||||
* | Finished icebram | Clifford Wolf | 2016-05-15 | 1 | -2/+72 |
| | |||||
* | Added icebram bitslice replacer | Clifford Wolf | 2016-05-12 | 1 | -8/+107 |
| | |||||
* | Added icebram skeleton | Clifford Wolf | 2016-05-12 | 1 | -0/+165 |