James Henry Fields

James Henry Fields (born c. November 1, 1948 – c. November 15, 1984) was an American pianist.

Life and career

Fields was born in Los Angeles. He was a protégé of Rudolf Serkin and studied with Ethel Leginska. His life and ability were often paralleled to that of Wolfgang Amadeus Mozart. Fields made his orchestral debut when he was ten years old and went on to solo extensively with almost every major orchestra in North and South America and Europe. He died at his sister's home in Shadow Hills, Los Angeles.[1]

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.
gollark: I'm actually just not doing signed integers at all.

References


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