Skip to content

Instantly share code, notes, and snippets.

View kennyheaton's full-sized avatar
🐢
Turtle power

Super Dad kennyheaton

🐢
Turtle power
  • Love's
  • Edmond, OK
  • 23:58 (UTC -06:00)
View GitHub Profile

Keybase proof

I hereby claim:

  • I am kennyheaton on github.
  • I am kennyheaton (https://keybase.io/kennyheaton) on keybase.
  • I have a public key ASDyWyXEda0ESQ4oDZtPhK3UlHAQOYww8mB1AfstExr4Owo

To claim this, I am signing this object:

Keybase proof

I hereby claim:

  • I am kennyheaton on github.
  • I am kennyheaton (https://keybase.io/kennyheaton) on keybase.
  • I have a public key ASCZ1RwOZnqQjo8tez_SAURO7vhPoL2f9NQmnkD07YfJPQo

To claim this, I am signing this object:

@kennyheaton
kennyheaton / smiley.asm
Created August 21, 2016 23:04
Smiley face in 6502
; Smiley face in 6502
; run on JavaScript 6502 assembler and simulator
; https://github.com/skilldrick/6502js
; tutorial: https://skilldrick.github.io/easy6502/
; Set Color
LDA #$07
; Top Bar