Skip to content

astonHC/lib68k

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lib68k

Motorola 680x0 Standalone Emulation Library

Motive:

The motive behind this repository is to provide a surrogate means of aiding in relevant Motorola 68000 developments.

Such is the case with one of the many ambitions, to create a dedicated OS Kernel specifically for this series of microprocessors

Created using ANSI C99 standard, this project aims to promote an ease of use means of creating a library that emulates the likeness of these microprocessors

Usage:

git clone this repository

make clean

make

the following output will vary depending on system:

Windows:

lib68k.a

UNIX:

lib68k.so

adjust the makefile to suit whichever output you may need the makefile in question is universal, allowing for ease of use compiling on other systems

Sources:

Motorola 680x0 Programmer Manual

Motorola 680x0 User Manual

68000 Memory Map

68000 ISA

Releases

No releases published

Packages

No packages published