Skip to content

Commit

Permalink
fix segment definition
Browse files Browse the repository at this point in the history
  • Loading branch information
tsupplis committed Nov 2, 2023
1 parent f89cf00 commit 9c0d355
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tod.a86
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@

title 'CP/M-86 TOD replacement'

cseg

code cseg

mov cx,ds
mov es,cx
Expand Down Expand Up @@ -418,7 +419,7 @@ id_end:
include tinylib.a86
include baselib.a86

dseg
data dseg
month_siz db 0, 31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31
msg_wrg_os db 'Requires CP/M-86 1.1',13,10,0
msg_wrg_fmt db 'Invalid Date & Time Format',13,10
Expand Down

0 comments on commit 9c0d355

Please sign in to comment.