Added new Files
This commit is contained in:
parent
3e1b5e70af
commit
fdacbb1deb
BIN
assets/ASCII.bin
Executable file
BIN
assets/ASCII.bin
Executable file
Binary file not shown.
BIN
assets/ASCII.bmf
Executable file
BIN
assets/ASCII.bmf
Executable file
Binary file not shown.
Binary file not shown.
BIN
assets/UTF-8.bin
BIN
assets/UTF-8.bin
Binary file not shown.
2
build.sh
Normal file → Executable file
2
build.sh
Normal file → Executable file
@ -1,4 +1,4 @@
|
||||
#!/bin/bash
|
||||
#!/bin/sh
|
||||
|
||||
echo "Compiling for 65c02"
|
||||
|
||||
|
0
docs/LS7 Kernel Manual.pdf
Normal file → Executable file
0
docs/LS7 Kernel Manual.pdf
Normal file → Executable file
0
src/bootloader.s
Normal file → Executable file
0
src/bootloader.s
Normal file → Executable file
@ -17,6 +17,13 @@ console_write:
|
||||
; Return propper work addresses in X & Y (for static support)
|
||||
;
|
||||
|
||||
; 00 = END of string
|
||||
; 0a = New Line
|
||||
; 08 = Backspace
|
||||
; 09 | 0b = Tab
|
||||
; 0d = x cursor origin
|
||||
;
|
||||
|
||||
stx z0
|
||||
sty z1
|
||||
|
||||
@ -49,7 +56,7 @@ console_write_loop:
|
||||
lda #$1f
|
||||
sta cursor_y
|
||||
|
||||
console_write_skip_overflow:
|
||||
console_write_skip_overflow:
|
||||
ldx cursor_x
|
||||
ldy cursor_y
|
||||
jsr vram_write
|
||||
|
0
src/kernel/scheduler.s
Executable file
0
src/kernel/scheduler.s
Executable file
0
src/kernel/threading.s
Executable file
0
src/kernel/threading.s
Executable file
Loading…
Reference in New Issue
Block a user