Go to file
0xMAC8205 bf2ac59896 Addes Video Sub-Routines
Cleaned Up
Updared README
2023-10-28 20:47:43 +02:00
assets First Commit 2023-10-24 23:34:20 +02:00
lib Addes Video Sub-Routines 2023-10-28 20:47:43 +02:00
a.out Addes Video Sub-Routines 2023-10-28 20:47:43 +02:00
main.s Addes Video Sub-Routines 2023-10-28 20:47:43 +02:00
Makefile Added Makefile 2023-10-25 11:34:43 +02:00
monitor.s First Commit 2023-10-24 23:34:20 +02:00
README.md Addes Video Sub-Routines 2023-10-28 20:47:43 +02:00

LS7-Kernel

Kernel for the LS/7 Computer

!! Still in Development !!

Building & Compiling

Although, there already is a pre-compiled Binary "a.out", if you want to make and apply changes you have to compile the program yourself.

The Compile and Upload scripts are contained in the Makefile

  • Dependencies:
  • Compiler: vasm6502 (may switch to cc65)
  • Uploader: minipro