[PR #1] [MERGED] działa #1

Closed
opened 2026-05-20 22:34:25 +02:00 by Pecus · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/pkali/micro-sparta-dos/pull/1
Author: @Pecusx
Created: 5/13/2024
Status: Merged
Merged: 7/18/2024
Merged by: @pkali

Base: mainHead: main


📝 Commits (9)

📊 Changes

13 files changed (+11756 additions, -0 deletions)

View changed files

.gitignore (+3 -0)
lib/iomac.asm (+292 -0)
lib/sysequ.asm (+94 -0)
lib/sysequ.asm.bak (+94 -0)
loaderFN.asm (+2024 -0)
loaderFN.asm.bak (+2143 -0)
loaderFN.lab (+377 -0)
loaderFN.lst (+2129 -0)
loaderFN.xex (+0 -0)
msdos.asm (+2120 -0)
msdos.lab (+351 -0)
msdos.lst (+2129 -0)
msdos.xex (+0 -0)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/pkali/micro-sparta-dos/pull/1 **Author:** [@Pecusx](https://github.com/Pecusx) **Created:** 5/13/2024 **Status:** ✅ Merged **Merged:** 7/18/2024 **Merged by:** [@pkali](https://github.com/pkali) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (9) - [`5ca73bd`](https://github.com/pkali/micro-sparta-dos/commit/5ca73bd1b61a3805b97777ef4874a13e58d39ef7) MADS files - [`c63f6d8`](https://github.com/pkali/micro-sparta-dos/commit/c63f6d807b7cd18b4621ddb8b600c3ec0e9bf9bb) MAC65 I/O library - [`7ed6169`](https://github.com/pkali/micro-sparta-dos/commit/7ed6169e616455da4313612e190f91bf15a0b472) Test C: - [`d9e8f32`](https://github.com/pkali/micro-sparta-dos/commit/d9e8f3269cb1437928adefb1e5daebc887cb5414) Better (?) loader - [`5e024f0`](https://github.com/pkali/micro-sparta-dos/commit/5e024f03546b82c651fb92863c5f7d8f0825c4e6) Filename fix - [`4a66d27`](https://github.com/pkali/micro-sparta-dos/commit/4a66d2730c3e6278df44f4d14e88084d68f1c86a) Create .gitignore - [`c1cec0d`](https://github.com/pkali/micro-sparta-dos/commit/c1cec0d265a107656e14d5b649ef3cac769becf4) It works! - [`bbbac04`](https://github.com/pkali/micro-sparta-dos/commit/bbbac047831aec0a031a28038c0be433d3fb8669) No ZP variables in loader and opty - [`9e25a1f`](https://github.com/pkali/micro-sparta-dos/commit/9e25a1fe89ee1b5ab0997b8f01d973c1c8a075df) Update .gitignore ### 📊 Changes **13 files changed** (+11756 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `.gitignore` (+3 -0) ➕ `lib/iomac.asm` (+292 -0) ➕ `lib/sysequ.asm` (+94 -0) ➕ `lib/sysequ.asm.bak` (+94 -0) ➕ `loaderFN.asm` (+2024 -0) ➕ `loaderFN.asm.bak` (+2143 -0) ➕ `loaderFN.lab` (+377 -0) ➕ `loaderFN.lst` (+2129 -0) ➕ `loaderFN.xex` (+0 -0) ➕ `msdos.asm` (+2120 -0) ➕ `msdos.lab` (+351 -0) ➕ `msdos.lst` (+2129 -0) ➕ `msdos.xex` (+0 -0) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Pecus added the pull-request label 2026-05-20 22:34:25 +02:00
Pecus closed this issue 2026-05-20 22:34:25 +02:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: pkali/micro-sparta-dos#1