Skip to content
This repository has been archived by the owner on Aug 11, 2023. It is now read-only.
/ E64-II-ROM-ASM Public archive

E64-II is a virtual computer system that runs on macOS and linux. It's mainly inspired by the Commodore 64 but implements significant parts of Amiga 500 and Atari ST technology as well. The software in this repository forms the ROM & Kernel of E64-II.

Notifications You must be signed in to change notification settings

elmerucr/E64-II-ROM-ASM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

E64-II-ROM

E64

Introduction

E64-II is a virtual computer system that runs on macOS and linux. It's mainly inspired by the Commodore 64 but implements significant parts of Amiga 500 and Atari ST technology as well. Without any form of operating system inside this virtual machine, it wouldn't do much and the software in this repository forms the ROM & Kernel of E64-II.

Building

Make sure the vasmm68k_mot assembler and the vlink linker are available from the command line. Building instructions for the assembler can be found here. The final products after running make will be a rom.bin file (64kb) and a rom.cpp source file. To use the rom.bin instead of the standard rom delivered with E64-II, copy it to the $HOME/.E64-II/ settings directory.

Links

  • E64-II - A virtual computer system that runs on macOS and Linux.
  • OSDev.org - Website about the creation of operating systems.
  • vasm assembler - A portable and retargetable assembler.
  • vlink linker - A portable linker for multiple file formats.

About

E64-II is a virtual computer system that runs on macOS and linux. It's mainly inspired by the Commodore 64 but implements significant parts of Amiga 500 and Atari ST technology as well. The software in this repository forms the ROM & Kernel of E64-II.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published