Hacker-007 / Hacker-007/DarkVirtualMachine
Add instructions to read a file and write to a file
Open
enhancement
good first issue
help wanted
new idea
- Dominant language
- Rust
- Stars
- 6
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
These instructions will deal with files and the various things surrounding them. For example, an instruction to read from a file might be readf and an instruction to write to a file might be writef. Another thing to consider is the support for multiple file streams. The readf instruction needs one parameter, the name of the file. The writef instruction needs two parameters: the name of the file and the content to write. This content may need to be a string, but this can be changed.
Contributor guide
Assessment
This issue has not been assessed yet.