Neotron-Compute / Neotron-Common-BIOS

This crate contains the BIOS API and common routines for all Neotron systems.
GNU General Public License v3.0
8 stars 2 forks source link

Add StackUsed and StackFree as memory types. Use FFI-safe types. #44

Closed thejpster closed 10 months ago

thejpster commented 10 months ago

Also rationalise all enum types as repr(C) for easier interfacing with C code.