Skip to content

Instantly share code, notes, and snippets.

View kcalbCube's full-sized avatar

kcalbCube kcalbCube

  • 20:19 (UTC +10:00)
View GitHub Profile
@kcalbCube
kcalbCube / life.pvc
Created April 9, 2022 00:39
pvc-16 simple conways game of life
.set XSIZE 96h
.set YSIZE 68h
.org {11h * 2h}
dw @vbi
.org 80h
.include "stdvideo.inc"
process:
mov %cl YSIZE