Implemented cursor functionality.

This commit is contained in:
Stephan Mühlstrasser
2014-11-29 20:07:30 +01:00
parent 7dac57f60d
commit ac88639f4a
4 changed files with 30 additions and 10 deletions

View File

@@ -14,7 +14,8 @@ SYMBOLS {
__HIMEM__: type = weak, value = $2000; # Presumed RAM end
}
MEMORY {
ZP: file = "", define = yes, start = $0002, size = $001A + $0005;
# for size of ZP see runtime/zeropage.s and c1p/extzp.s
ZP: file = "", define = yes, start = $0002, size = $001A + $0006;
RAM: file = %O, define = yes, start = %S, size = __HIMEM__ - __STACKSIZE__ - %S;
}
SEGMENTS {