Skip to content

Commit

Permalink
Merge pull request #1 from kborowinski/patch-1
Browse files Browse the repository at this point in the history
Fix Zeus version assertion
  • Loading branch information
Threetwosevensixseven authored Apr 19, 2020
2 parents b38649d + cd136bb commit fde1601
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RTCSys/asm/main.asm
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ pend
Length equ $-Start
zeusprinthex "Command size: ", Length

zeusassert zeusver<=75, "Upgrade to Zeus v4.00 (TEST ONLY) or above, available at http://www.desdes.com/products/oldfiles/zeustest.exe"
zeusassert zeusver>=75, "Upgrade to Zeus v4.00 (TEST ONLY) or above, available at http://www.desdes.com/products/oldfiles/zeustest.exe"

if (Length > $2000)
zeuserror "DOT command is too large to assemble!"
Expand Down

0 comments on commit fde1601

Please sign in to comment.