Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
poemonsense authored Nov 13, 2024
1 parent b97fd15 commit 6608991
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 @@ -21,7 +21,7 @@ This list is not complete as we are still working on improving the documentation
- ELF files are supported, determined by leading magic numbers of the image file. Use `IMAGE_ELF=0` to disable it at build-time.

- [Footprint inputs](https://doi.org/10.1145/3649329.3655911) are supported by the run-time argument `--as-footprints`.
Basically, every time when a new address is accessed by the CPU, a new data block is readed from the image file and put at the accessed address.
Basically, every time when a new address is accessed by the CPU, a new data block is read from the image file and put at the accessed address.

For more details on compile-time arguments, see the Makefiles.
For more details and a full list of supported run-time command-line arguments, run `emu --help`.
Expand Down

0 comments on commit 6608991

Please sign in to comment.