Rowdy Superstar

Rowdy Superstar is a British singer-rapper and producer. He often performs with the dance duo the Hype Girls. He is also a member of Atari Teenage Riot.

Rowdy Superstar
OriginLondon, United Kingdom
GenresRap, electronica, experimental
Years active2008–present
LabelsAccidental Records
Associated actsAtari Teenage Riot

Biography

Rowdy Superstar gained much attention with the release of a video for Tick Tock on YouTube. His following grew as he performed with Patrick Wolf in 2009 and toured with him as a support act in 2011.

Rowdy Superstar's debut single release was "Get UR Shizzit Riiiiight" on 7 inch vinyl format released in April 2011. His debut album Battery was released in November 2012 on Accidental Records. Matthew Herbert co-produced the record.

Discography

Single:

  • 2011 - "Get UR Shizzit Riiiiight"

Albums:

  • 2012 - Battery
gollark: If I wasn't currently writing test code by hand as hexadecimal strings, I might do what MIPS does and make opcodes 6 bits and register indices 5 bits.
gollark: Currently it just means "print all registers", but most information is there.
gollark: ```instructions (everything >8 bits is big endian):HALT - 00 - halt executionNOP - 01 - do nothingPEEK - 02 [register 1][register 2] [16-bit constant] - load value at (constant + ri2) in memory into ri1POKE - 03 [register 1][register 2] [16-bit constant] - ↑ but other way roundADD - 04 [register 1][register 2] [16-bit constant] - save (constant + ri2) to ri1JEQ - 05 [register 1][register 2] [16-bit constant] - set program counter to constant if ri1 = ri2JNE - 06 [register 1][register 2] [16-bit constant] - set program counter to constant if ri1 != ri2JLT - 07 [register 1][register 2] [16-bit constant] - set program counter to constant if ri1 < ri2TEST - FF - print debug information```
gollark: Well, Lua makes bitops like that kind of annoying, so maybe I'll just put "implement signed numbers" down as "later" rather than "never".
gollark: Hopefully nobody will notice.


This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.