Cite This Page
Bibliographic details for MIPS Assembly
- Page name: MIPS Assembly
- Author: Rosetta Code contributors
- Publisher: Rosetta Code, .
- Date of last revision: 23 February 2014 22:01 UTC
- Date retrieved: 3 February 2023 00:21 UTC
- Permanent URL: https://rosettacode.org/w/index.php?title=MIPS_Assembly&oldid=240729
- Page Version ID: 240729
Citation styles for MIPS Assembly
APA style
MIPS Assembly. (2014, February 23). Rosetta Code, . Retrieved 00:21, February 3, 2023 from https://rosettacode.org/w/index.php?title=MIPS_Assembly&oldid=240729.
MLA style
"MIPS Assembly." Rosetta Code, . 23 Feb 2014, 22:01 UTC. 3 Feb 2023, 00:21 <https://rosettacode.org/w/index.php?title=MIPS_Assembly&oldid=240729>.
MHRA style
Rosetta Code contributors, 'MIPS Assembly', Rosetta Code, , 23 February 2014, 22:01 UTC, <https://rosettacode.org/w/index.php?title=MIPS_Assembly&oldid=240729> [accessed 3 February 2023]
Chicago style
Rosetta Code contributors, "MIPS Assembly," Rosetta Code, , https://rosettacode.org/w/index.php?title=MIPS_Assembly&oldid=240729 (accessed February 3, 2023).
CBE/CSE style
Rosetta Code contributors. MIPS Assembly [Internet]. Rosetta Code, ; 2014 Feb 23, 22:01 UTC [cited 2023 Feb 3]. Available from: https://rosettacode.org/w/index.php?title=MIPS_Assembly&oldid=240729.
Bluebook style
MIPS Assembly, https://rosettacode.org/w/index.php?title=MIPS_Assembly&oldid=240729 (last visited February 3, 2023).
BibTeX entry
@misc{ wiki:xxx, author = "Rosetta Code", title = "MIPS Assembly --- Rosetta Code{,} ", year = "2014", url = "https://rosettacode.org/w/index.php?title=MIPS_Assembly&oldid=240729", note = "[Online; accessed 3-February-2023]" }
When using the LaTeX package url (\usepackage{url}
somewhere in the preamble) which tends to give much more nicely formatted web addresses, the following may be preferred:
@misc{ wiki:xxx, author = "Rosetta Code", title = "MIPS Assembly --- Rosetta Code{,} ", year = "2014", url = "\url{https://rosettacode.org/w/index.php?title=MIPS_Assembly&oldid=240729}", note = "[Online; accessed 3-February-2023]" }