Face Everything and Rise
"Face Everything and Rise" is a song by the American rock band Papa Roach. It served as the lead single from the band's seventh studio album F.E.A.R.. The song was released on November 4, 2014, and reached number one on the Mainstream Rock Tracks chart.
"Face Everything and Rise" | ||||
---|---|---|---|---|
Single by Papa Roach | ||||
from the album F.E.A.R. | ||||
Released | November 4, 2014 | |||
Genre | ||||
Length | 3:11 | |||
Label | Eleven Seven | |||
Songwriter(s) |
| |||
Papa Roach singles chronology | ||||
| ||||
Music video | ||||
"Face Everything and Rise" on YouTube |
Chart performance
Chart (2015) | Peak position |
---|---|
US Mainstream Rock (Billboard)[2] | 1 |
U.S. Billboard Rock Songs[3] | 15 |
US Hard Rock Digital Songs (Billboard)[4] | |
US Rock Airplay (Billboard)[5] | 21 |
gollark: Honestly that's entirely unnecessary and I would probably only need simple splitting into lines and label handling, but you know.
gollark: That's how you would do it in my thing, using a somewhat insane S-expression assembly-ish language.
gollark: Using hypothetical assembly syntax I haven't actually implemented:```# start of memory to add kittens to(add r1 r0 0x1000) # maybe there would be nice dedicated syntax for "set register" actually# end of kittenized region(add r2 r0 0x1600)(label loop (add r3 r0 40) (poke r3 r1 0) (add r3 r0 94) (poke r3 r1 1) # and so on (add r1 r1 8) (jlt r1 r2 loop))```
gollark: To create RAM kittens, all you need to do is `ADD` the ASCII value of each character into a temporary register, `POKE` them into the right memory location (using the per-instruction `POKE` offset, probably), and then do that in a loop.
gollark: I should probably implement arithmetic instructions then a basic assembler, I guess, because hand-writing machine code is unpleasant.
References
- "Papa Roach - Face Everything And Rise (Official Video)". YouTube. Archived from the original on 2015-04-21. Retrieved 23 April 2015.
- "Papa Roach Chart History (Mainstream Rock)". Billboard. Retrieved April 23, 2015.
- https://www.billboard.com/music/papa-roach/chart-history/
- "Hard Rock Digital Songs, February 14, 2015". Billboard. Retrieved March 1, 2017.
- "papa roach Chart History (Rock Airplay)". Billboard. Retrieved March 1, 2017.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.