Git Product home page Git Product logo

malloc's Introduction

malloc

This is a work-in-progress malloc library for MSX computers (or emulators) running MSX-DOS2 or Nextor.

The purpose is to implement a library to make it easier to manage mapped memory under MSX-DOS2 applications written in assembler.

This is a work-in-progress. The code is not functional yet, and it is commited to this repository for code management.

Source code in Z80 assembler provided.

Build

This program is distributed in source code form, but the assembler (AS.COM) and linker (LD.COM) required to build it are included in the repository.

Both of these tools were developed by Egor Voznessenski. Sadly, he passed away a few years ago.

To build the binary, run the MAKE.BAT script. This will first assemble the assembly program into relocatable files. Theny it will link the relocatable files into the APP.COM binary and clean up temporary files left behind by the assembler and linker.

License

Copyright 2022 Javier Lavandeira.

Released under the GPLv3 license. The source code is heavily commented in the hope that it will help others understand how memory works in MSX computers and to encourage the development of new tools and applications.

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.