.warn

.warn [expression]

Displays a warning. It follows the same general rules as .echo. For example:

.if $-start > 8*1024 && platform == ti8x
.warn "Beware the 8KB limit!"
.endif