From 432a7574c986d5cd2fed836473f56952a88baa13 Mon Sep 17 00:00:00 2001 From: "Anthony J. Bentley" Date: Sat, 28 Jul 2018 02:05:52 -0600 Subject: [PATCH] Remove alphabetical list of keywords. The original list only existed because the documentation was split across multiple files. When all keywords are described in a single document, Ctrl+F suffices to find them. --- src/asm/rgbasm.5 | 88 ------------------------------------------------ 1 file changed, 88 deletions(-) diff --git a/src/asm/rgbasm.5 b/src/asm/rgbasm.5 index 53595a18..65559781 100644 --- a/src/asm/rgbasm.5 +++ b/src/asm/rgbasm.5 @@ -1203,94 +1203,6 @@ Useful if you want to change some options in an include file and you don't want to destroy the options set by the program that included your file. The stacks number of entries is limited only by the amount of memory in your machine. -.Sh ALPHABETICAL LIST OF KEYWORDS -.Bl -inset -compact -.It Sx @ -.It Sx __DATE__ -.It Sx __FILE__ -.It Sx __ISO_8601_LOCAL__ -.It Sx __ISO_8601_UTC__ -.It Sx __LINE__ -.It Sx __TIME__ -.It Sx __RGBDS_MAJOR__ -.It Sx __RGBDS_MINOR__ -.It Sx __RGBDS_PATCH__ -.It Sx __UTC_YEAR__ -.It Sx __UTC_MONTH__ -.It Sx __UTC_DAY__ -.It Sx __UTC_HOUR__ -.It Sx __UTC_MINUTE__ -.It Sx __UTC_SECOND__ -.It Sx _NARG -.It Sx _PI -.It Sx _RS -.It Sx ACOS -.It Sx ASIN -.It Sx ATAN -.It Sx ATAN2 -.It Sx BANK -.It Sx CHARMAP -.It Sx COS -.It Sx DB -.It Sx DEF -.It Sx DIV -.It Sx DL -.It Sx DS -.It Sx DW -.It Sx ELIF -.It Sx ELSE -.It Sx ENDC -.It Sx ENDM -.It Sx ENDR -.It Sx EQU -.It Sx EQUS -.It Sx EXPORT -.It Sx FAIL -.It Sx GLOBAL -.It Sx HIGH -.It Sx HRAM -.It Sx IF -.It Sx INCBIN -.It Sx INCLUDE -.It Sx LOW -.It Sx MACRO -.It Sx MUL -.It Sx OPT -.It Sx POPO -.It Sx POPS -.It Sx PRINTF -.It Sx PRINTI -.It Sx PRINTT -.It Sx PRINTV -.It Sx PURGE -.It Sx PUSHO -.It Sx PUSHS -.It Sx REPT -.It Sx RB -.It Sx RL -.It Sx ROM0 -.It Sx ROMX -.It Sx RSRESET -.It Sx RSSET -.It Sx RW -.It Sx SECTION -.It Sx SET -.It Sx SHIFT -.It Sx SIN -.It Sx SRAM -.It Sx STRCAT -.It Sx STRCMP -.It Sx STRIN -.It Sx STRLEN -.It Sx STRLWR -.It Sx STRSUB -.It Sx STRUPR -.It Sx TAN -.It Sx VRAM -.It Sx WRAM0 -.It Sx WRAMX -.It Sx WARN -.El .Sh SEE ALSO .Xr rgbasm 1 , .Xr rgblink 1 ,