Giter VIP home page Giter VIP logo

interactive-memory-manipulation's Introduction

Interactive-Memory-Manipulation

Implemented an interactive command-line utility which provides the ability to modify and examine memory and provides basic memory test functionality.

Functionalitity Help Function - Invoking the help function will minimally list, to standard output, the available commands and how to invoke them.

Allocate Memory - The user specifies the number of 32-bit words of memory to allocate.

Free memory - Used to release the previously allocated block.

Read memory - Display data stored at the memmory address specified by the user.

Write memory - User specifies an address and the 32-bit unsigned hexadecimal value to write. Memory at the indicated location is modified accordingly.

Invert block - Inverts all memory bits in a specified area of memory (address and number of 32-bit words). On completion, this command reports the amount of time taken to perform the operation.

Write pattern - Write a pseudo-random pattern in a user specified (address and number of 32-bit words) area of memory using a user specified seed value.

Verify pattern - Verify a pseudo-random pattern in a specified area of memory using a specified seed value. If pattern does not match, command should print expected and actual value and memory address where the discrepancy was found. On successful completion, this command reports the amount of time taken to perform the operation.

COMMANDS

alt text

interactive-memory-manipulation's People

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.