Skip to content

Commit

Permalink
Fix comparison operator
Browse files Browse the repository at this point in the history
  • Loading branch information
kborowinski authored Apr 19, 2020
1 parent 440a019 commit cd136bb
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 cd136bb

Please sign in to comment.