Skip to content

Instantly share code, notes, and snippets.

@ekipan
Last active February 20, 2023 01:30
Show Gist options
  • Select an option

  • Save ekipan/caeb1dafcee2a2de90c5a9d8c5d1f7cf to your computer and use it in GitHub Desktop.

Select an option

Save ekipan/caeb1dafcee2a2de90c5a9d8c5d1f7cf to your computer and use it in GitHub Desktop.
\ https://youtu.be/VC-lbd8mTOs
hex
marker ---
: v [ 0 lda,# tax, ] --- v ;
: rvs c7 c! ;
: rndf d41b c@ 80 < ;
: tri if a9 9b else df 97 then ;
: one dup rvs rndf tri emit emit ;
: row 0= #40 0 DO 0= one LOOP ;
: go 0 BEGIN row AGAIN ;
-1 d40e ! 80 d412 c! \ sid3 noise
0c d021 c! 15 d018 c! \ bg, gfx cset
go
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment