Skip to content

Commit 4b0ebf3

Browse files
committed
Add MikeOS executable
Fully tested on MikeOS The only source differences between the two is that the MS-DOS version has an ORG offset of 0x100, while the MikeOS version has an ORG offset of 32768.
1 parent 79663b7 commit 4b0ebf3

File tree

3 files changed

+466
-0
lines changed

3 files changed

+466
-0
lines changed

make_turtle.bat

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
fasm turtle.asm turtle.com
2+
fasm turtle_m.asm turtle.bin
23
pause

turtle.bin

885 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)