Skip to content

Instantly share code, notes, and snippets.

View russross's full-sized avatar

Russ Ross russross

  • Utah Tech University
  • Saint George, Utah
  • 04:31 (UTC -06:00)
  • X @_russross
View GitHub Profile
@russross
russross / jasonfriday3.s
Created January 17, 2017 17:34
ARMv6 assembly solution to a math puzzle
@ ARMv6 solution to the puzzle:
@
@ 13 JASONs when added equal FRIDAY.
@ Use only the digits 0 to 9.
@ No leading zeros. Each letter maps to one and
@ only one number.
@
@ JASON + JASON +
@ JASON + JASON + JASON +
@ JASON + JASON + JASON +
@russross
russross / jasonfriday2.s
Created January 15, 2017 21:05
ARMv6 assembly solution to a math puzzle
@ ARMv6 solution to the puzzle:
@
@ 13 JASONs when added equal FRIDAY.
@ Use only the digits 0 to 9.
@ No leading zeros. Each letter maps to one and
@ only one number.
@
@ JASON + JASON +
@ JASON + JASON + JASON +
@ JASON + JASON + JASON +
@russross
russross / jasonfriday.s
Last active January 15, 2017 18:38
ARMv6 assembly solution to a math puzzle
@ ARMv6 solution to the puzzle:
@
@ 13 JASONs when added equal FRIDAY.
@ Use only the digits 0 to 9.
@ No leading zeros. Each letter maps to one and
@ only one number.
@
@ JASON + JASON +
@ JASON + JASON + JASON +
@ JASON + JASON + JASON +