; Build/MONTH_GRIN.asm · what a month of GRIN does · done in NOW
; pure ASM · no md/txt
;
; DONE THIS BURST:
;   1 richer collect (poles, artifacts, hdmi, mem, iron sigs)
;   2 many samples in Build/grin_data/
;   3 more GRIN kin scraps on PATH
;   4 summary.asm + index + latest
;   5 make collect / make collect-burst
;
; KEEP DOING:
;   make collect          · every desk change
;   make collect-burst    · 12 samples
;   make learn            · full PATH learn
;   make test             · iron
;   make raw-hdmi         · eye
;   make eat-dict         · re-eat words if OS dict grows
;   grow PATH             · new sense scraps
;   magazine              · iss updates when law/eye/friend moves
;
bits 64
section .rodata
global grin_month_mark
grin_month_mark: db "GRIN_MONTH_NOW", 0
