Hacker-007 / Hacker-007/DarkVirtualMachine

Add instructions to read a file and write to a file

Open
#20 0 comments 0 reactions 1 assignee Claimed by @Hacker-007 View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.