Difference between revisions of "Modules/tool/mem op"

From MSX Game Library

< Modules

(Created page with "{{MODULE |name=clock |category=Tool |dependency1= |dependency2= |dependency3= |sample1= |sample2= |sample3= }}")
 
Line 1: Line 1:
 
{{MODULE
 
{{MODULE
|name=clock
+
|name=tool/mem_op
 
|category=Tool
 
|category=Tool
 
|dependency1=
 
|dependency1=

Revision as of 19:35, 14 January 2024

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