see-all ( -- )
publication: 26 juin 2022 / mis à jour 26 juin 2022
Affiche l'ensemble des mots du dictionnaire. Si le mot est défini par : affiche la décompilation de ce mot.
Exemple:
internals see-all \ display: \ VOCABULARY registers \ ------------------------ \ : m@ @ AND SWAP RSHIFT ; \ : m! DUP >R @ OVER invert AND >R >R LSHIFT R> AND R> OR R> ! ; \ \ VOCABULARY oled \ ------------------------ \ Built-in fork: oled-builtins \ VOCABULARY bluetooth \ ------------------------ \ Built-in fork: bluetooth-builtins \ VOCABULARY rtos \ ------------------------ \ Built-in fork: rtos-builtins \ VOCABULARY rmt \ ------------------------ \ Built-in fork: rmt-builtins \ VOCABULARY interrupts \ ------------------------ \ : pinchange DUP #GPIO_INTR_ANYEDGE gpio_set_intr_type throw SWAP 0 gpio_isr_handler_add throw ; \ DOES>/CONSTANT: #GPIO_INTR_HIGH_LEVEL \ DOES>/CONSTANT: #GPIO_INTR_LOW_LEVEL \ DOES>/CONSTANT: #GPIO_INTR_ANYEDGE \ DOES>/CONSTANT: #GPIO_INTR_NEGEDGE \ DOES>/CONSTANT: #GPIO_INTR_POSEDGE \ DOES>/CONSTANT: #GPIO_INTR_DISABLE \ DOES>/CONSTANT: ESP_INTR_FLAG_INTRDISABLED \ DOES>/CONSTANT: ESP_INTR_FLAG_IRAM \ DOES>/CONSTANT: ESP_INTR_FLAG_EDGE \ DOES>/CONSTANT: ESP_INTR_FLAG_SHARED \ DOES>/CONSTANT: ESP_INTR_FLAG_NMI \ : ESP_INTR_FLAG_LEVELn 1 SWAP LSHIFT ; \ DOES>/CONSTANT: ESP_INTR_FLAG_DEFAULT \ Built-in fork: interrupts-builtins \ VOCABULARY sockets \ ------------------------ \ : ->port! 2 + >R DUP 256 / R@ C! R> 1+ C! ; \ : ->port@ 2 + >R R@ C@ 256 * R> 1+ C@ + ; \ ...etc...
Legal: site web personnel sans commerce / personal site without seling