amiga_cyberspace

diff src/data.s @ 0:e6fd57053627

initial commit
author John Tsiombikas <nuclear@member.fsf.org>
date Tue, 25 Jul 2017 08:17:34 +0300
parents
children b98fa9b135ea
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/src/data.s	Tue Jul 25 08:17:34 2017 +0300
     1.3 @@ -0,0 +1,5 @@
     1.4 +	section data_c,data,chip
     1.5 +	cnop 0,4
     1.6 +	public _backdrop
     1.7 +_backdrop:
     1.8 +	incbin "data/backdrop2.img"