ref: 122ba6eba5be69b702f837062caf74e7401928c5
parent: dddff0f4507f297c0bd36d77caf5180be7f56acd
author: ISSOtm <[email protected]>
date: Tue Feb 16 17:09:31 EST 2021
Update deprecated feature examples Those have been removed, lol
--- a/src/asm/rgbasm.1
+++ b/src/asm/rgbasm.1
@@ -231,10 +231,10 @@
.Fl Wall .
.It Fl Wno-obsolete
Warn when obsolete constructs such as the
-.Ic jp [hl]
-instruction or
-.Ic HOME
-section type are encountered.
+.Ic _PI
+constant or
+.Ic PRINTT
+directive are encountered.
.It Fl Wshift
Warn when shifting right a negative value.
Use a division by 2^N instead.