mirror of
https://github.com/KarolS/millfork.git
synced 2026-04-20 18:16:35 +00:00
TSR-80 newline is just 0x0D
This commit is contained in:
@@ -8,6 +8,6 @@ EOT=00
|
||||
|
||||
{b}=08
|
||||
{t}=09
|
||||
{n}=0d0a
|
||||
{n}=0d
|
||||
{q}=22
|
||||
{apos}=27
|
||||
|
||||
@@ -8,8 +8,11 @@ EOT=00
|
||||
|
||||
{b}=08
|
||||
{t}=09
|
||||
{n}=0d0a
|
||||
{n}=0d
|
||||
{q}=22
|
||||
{apos}=27
|
||||
{lbrace}=7b
|
||||
{rbrace}=7d
|
||||
|
||||
; TODO: TRS-80 Model 3 can display katakana, accented Latin letters and some extra symbols
|
||||
; This involves control codes $15 and $16 in some way
|
||||
|
||||
@@ -23,4 +23,4 @@ asm pointer readline() {
|
||||
LD (HL),0
|
||||
LD HL, readline_out
|
||||
RET
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user