Modules/tool/mem op

From MSX Game Library

Revision as of 22:04, 14 January 2024 by Aoineko (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

< Modules

tool/mem_op

Code: tool/mem_op.h

Category: Tool

Dependencies: None

Samples: None yet

The tool/mem_op module can be used to perform operations on all data in a memory buffer. It supports left/right shifting of array data, as well as incrementing and decrementing.

Usage

To use this module, include "tool/mem_op.h" in your source code, and add "tool/mem_op" to the modules list (LibModules) in your project's configuration file (project_config.js).


Samples

See module use cases in the sample programs: None yet

Settings


Dependencies

Dependency on other modules: None

Documentation