Skip to content

Commit

Permalink
compiles using tasm
Browse files Browse the repository at this point in the history
  • Loading branch information
dimitrit committed Nov 21, 2020
1 parent bf9b225 commit 59dad11
Show file tree
Hide file tree
Showing 4 changed files with 3,654 additions and 3,659 deletions.
12 changes: 6 additions & 6 deletions conprtio.fth
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@
;
;
;
LSTOUT EQU 05H ;printer output
DCONIO EQU 06H ;direct console I/O
LSTOUT .EQU 05H ;printer output
DCONIO .EQU 06H ;direct console I/O
;
RUBOUT EQU 7FH
INPREQ EQU 0FFH ;DCONIO input request
RUBOUT .EQU 7FH
INPREQ .EQU 0FFH ;DCONIO input request
;
EPRINT: DEFB 0 ;printer flag
EPRINT: .BYTE 0 ;printer flag
;0=disabled, 1=enabled
;
SYSENT: PUSH BC
Expand Down Expand Up @@ -99,7 +99,7 @@ PKEY1: LD L,E
LD H,0
JHPUSH ;(S1)LB<--CHR
;
PEMIT: DEFW $+2 ;(EMIT) orphan
PEMIT: .WORD $+2 ;(EMIT) orphan
POP DE ;(E)<--(S1)LB = CHR
LD A,E
CP BSOUT
Expand Down
Loading

0 comments on commit 59dad11

Please sign in to comment.