1923 Centenary Gentlemen football team

The 1923 Centenary Gentlemen football team represented the Centenary College of Louisiana during the 1923 college football season.[1] The team was led by head coach Bo McMillin and posted a 102 record.

1923 Centenary Gentlemen football
LIAA champion
ConferenceLouisiana Intercollegiate Athletic Association
1923 record10–2 (? )
Head coachBo McMillin (2nd season)

Schedule

DateOpponentSiteResult
September 22Louisiana-LafayetteW 35–0
September 29Henderson StW 40–3
October 6ChattanoogaW 46–7
October 12at Hendrix
  • Young Memorial Stadium
  • Conway, AR
W 31–13
October 20Northwestern St.W 46–0
October 27at TCUW 23–0
November 3Western KentuckyW 75–0
November 10at Boston CollegeBoston, MAL 14–0
November 17Southwestern (TX)W 34–0
Marshall (TX)L 3–0
November 24at OglethorpeAtlanta, GAW 14–0
November 29Louisiana TechW 27–0


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


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