Re: A86: Aurora Icons


[Prev][Next][Index][Thread]

Re: A86: Aurora Icons





Marcus Toftedahl wrote:

> Hi! I wonder if there is any way to create your own icons for Aurora.
> I haven't found any programs for this - is there any??
>
> / Marcus /

  to do it you can use a piece of graphpaper and an asm program
this one makes a simple 8x8 square.   the 1s are on pixels and the 0s are
off pixels.  of course you gotta have the .org and .end stuff but that
should be all thats needed oh yeah and assemble it that ussually helps :)

.db 11111111
.db 10000001
.db 10000001
.db 10000001
.db 10000001
.db 10000001
.db 10000001
.db 11111111

Patrick

P.s. sorry if its not tottally right but it should be close to  it.


References: