Octurothrips

Octurothrips is a genus of thrips in the family Phlaeothripidae.[1]

Octurothrips
Scientific classification
Kingdom:
Phylum:
Class:
Order:
Family:
Genus:
Octurothrips

Priesner, 1931

Species

  • Octurothrips pulcher
gollark: Check, what is it again, unistd.h?
gollark: Noted.
gollark: Wait, how did you make it highlight that?
gollark: ```x86asmBITS 64GLOBAL _startSECTION .textmsg: db "Hello, World!"len: equ $-msg_start: ; initialize stuff for `write` syscall mov rax, 1 ; write mov rdi, 1 ; fd 1 (stdout) mov rsi, $msg ; write from `msg` mov rdx, 512 ; write `len` bytes syscall ; exit mov rax, 60 mov rdi, 0 syscall```observe my idiomatic assembly code.
gollark: Make sure to set `bufsize` to a very large number so you can have !!FUN!! uninitialized memory.

References

  1. Roskov Y., Ower G., Orrell T., Nicolson D., Bailly N., Kirk P.M., Bourgoin T., DeWalt R.E., Decock W., Nieukerken E. van, Zarucchi J., Penev L., eds. (2019). Species 2000 & ITIS Catalogue of Life, 2019 Annual Checklist. Species 2000: Naturalis, Leiden, the Netherlands. ISSN 2405-884X.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.