Skip to content

Added bwxy command#134

Open
lgojic-tt wants to merge 22 commits intomainfrom
lgojic/bwxy_command
Open

Added bwxy command#134
lgojic-tt wants to merge 22 commits intomainfrom
lgojic/bwxy_command

Conversation

@lgojic-tt
Copy link
Contributor

The bwxy command can be used to fill the memory with a specific fill value.

For example, you can turn the memory like this:

18-18 (L1) : 0x00000000 (16 bytes)
0x00000000:  00000000  00000000  00000000  00000000

Using the following command:

bwxy 18-18 0x0 4 --fill 0xa5a5a5a5

Into this:

18-18 (L1) : 0x00000000 (16 bytes)
0x00000000:  a5a5a5a5  a5a5a5a5  a5a5a5a5  a5a5a5a5

The command is used just like brxy command, only it doesn't have the sampling feature.

@lgojic-tt lgojic-tt force-pushed the lgojic/bwxy_command branch 2 times, most recently from cd9243c to bce0124 Compare October 25, 2024 14:11
@lgojic-tt lgojic-tt force-pushed the lgojic/bwxy_command branch 2 times, most recently from 7a64bd4 to 2faf1e6 Compare November 8, 2024 13:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants