6502.org Forum  Projects  Code  Documents  Tools  Forum
It is currently Sun Nov 17, 2024 7:31 am

All times are UTC




Post new topic Reply to topic  [ 17 posts ]  Go to page 1, 2  Next
Author Message
 Post subject: My 8-bit slacker t-shirt
PostPosted: Wed Apr 09, 2014 10:38 pm 
Offline

Joined: Mon Jan 07, 2013 2:42 pm
Posts: 576
Location: Just outside Berlin, Germany
One of my minor pet peeves are generic t-shirts, which is probably because of all the tourists in Berlin. So for a while I've been trying to figure out a design that will be simple enough to grasp at a glance, but an in-joke that very, very few people will get. After way too long, it finally hit me what I should get printed. So here's the first version of my "8-Bit Slacker" t-shirt. If asked, of course, I'll say it's an "8-Bit Meditation" shirt. Somehow, that sounds better.

I'll post any interesting reactions here.

Attachment:
8-Bit Slacker T-Shirt 01.jpg
8-Bit Slacker T-Shirt 01.jpg [ 504.99 KiB | Viewed 1181 times ]


Oh yeah, and I suck at selfies.

Attachment:
8-Bit Slacker T-Shirt 02.jpg
8-Bit Slacker T-Shirt 02.jpg [ 538.14 KiB | Viewed 1181 times ]


Top
 Profile  
Reply with quote  
PostPosted: Wed Apr 09, 2014 10:41 pm 
Offline
User avatar

Joined: Fri Aug 30, 2002 1:09 am
Posts: 8542
Location: Southern California
Macros! Macros!
Code:
        BEGIN
           NOP
        AGAIN

:lol: :lol:

Does it mean you're on permanent vacation?

_________________
http://WilsonMinesCo.com/ lots of 6502 resources
The "second front page" is http://wilsonminesco.com/links.html .
What's an additional VIA among friends, anyhow?


Top
 Profile  
Reply with quote  
PostPosted: Wed Apr 09, 2014 10:54 pm 
Offline

Joined: Mon Jan 07, 2013 2:42 pm
Posts: 576
Location: Just outside Berlin, Germany
GARTHWILSON wrote:
Does it mean you're on permanent vacation?
Nah. I actually do meditate, so that's probably more fitting, but somehow it just doesn't have the same ring ...


Top
 Profile  
Reply with quote  
PostPosted: Wed Apr 09, 2014 11:50 pm 
Offline
User avatar

Joined: Fri Aug 30, 2002 9:02 pm
Posts: 1748
Location: Sacramento, CA
Like it!!

_________________
Please visit my website -> https://sbc.rictor.org/


Top
 Profile  
Reply with quote  
PostPosted: Thu Apr 10, 2014 5:55 am 
Offline
User avatar

Joined: Thu May 28, 2009 9:46 pm
Posts: 8493
Location: Midwestern USA
scotws wrote:
One of my minor pet peeves are generic t-shirts...

Code:
loop     bra loop

I like it. When are you going into production? :lol:

_________________
x86?  We ain't got no x86.  We don't NEED no stinking x86!


Top
 Profile  
Reply with quote  
PostPosted: Thu Apr 10, 2014 6:33 am 
Offline
User avatar

Joined: Fri Oct 31, 2003 10:00 pm
Posts: 200
BigDumbDinosaur wrote:
Code:
loop     bra loop



Hilarious! Love it ;)


Top
 Profile  
Reply with quote  
PostPosted: Thu Apr 10, 2014 6:47 am 
Offline

Joined: Wed Sep 11, 2013 8:43 pm
Posts: 207
Location: The Netherlands
Cool! I like it too. :)


Top
 Profile  
Reply with quote  
PostPosted: Thu Apr 10, 2014 4:08 pm 
Offline
User avatar

Joined: Fri Dec 11, 2009 3:50 pm
Posts: 3367
Location: Ontario, Canada
GARTHWILSON wrote:
Does it mean you're on permanent vacation?

Vacation? BEGIN NOP AGAIN doesn't necessarily mean he's idle. Maybe he's operating in an entirely interrupt-driven environment.

My life feels like that sometimes. :roll: :wink:

-- Jeff

_________________
In 1988 my 65C02 got six new registers and 44 new full-speed instructions!
https://laughtonelectronics.com/Arcana/ ... mmary.html


Last edited by Dr Jefyll on Thu Apr 10, 2014 5:42 pm, edited 1 time in total.

Top
 Profile  
Reply with quote  
PostPosted: Thu Apr 10, 2014 5:40 pm 
Offline
User avatar

Joined: Thu May 28, 2009 9:46 pm
Posts: 8493
Location: Midwestern USA
Dr Jefyll wrote:
GARTHWILSON wrote:
Does it mean you're on permanent vacation?

Vacation? There's nothing idle about BEGIN NOP AGAIN. It just means he's operating in an entirely interrupt-driven environment.

My life feels like that sometimes, too. :roll: :wink:

-- Jeff

In which case, one could code:

Code:
loaf     wai
         bra loaf

_________________
x86?  We ain't got no x86.  We don't NEED no stinking x86!


Top
 Profile  
Reply with quote  
PostPosted: Thu Apr 10, 2014 5:44 pm 
Offline

Joined: Sat Mar 27, 2010 7:50 pm
Posts: 149
Location: Chexbres, VD, Switzerland
Only people who did 65C02 can understand this though...


Top
 Profile  
Reply with quote  
PostPosted: Thu Apr 10, 2014 6:12 pm 
Offline
User avatar

Joined: Thu Dec 11, 2008 1:28 pm
Posts: 10981
Location: England
Yes, we need
Code:
loop: CLV
      BVC loop


Top
 Profile  
Reply with quote  
PostPosted: Thu Apr 10, 2014 7:32 pm 
Offline
User avatar

Joined: Thu Jun 23, 2011 2:12 am
Posts: 229
Location: Rancho Cucamonga, California
BigEd wrote:
Yes, we need
Code:
loop: CLV
      BVC loop


But that could still be interrupted by pulling ~SO low! :wink:

===Jac


Top
 Profile  
Reply with quote  
PostPosted: Thu Apr 10, 2014 7:38 pm 
Offline
User avatar

Joined: Thu Dec 11, 2008 1:28 pm
Posts: 10981
Location: England
That's right! But I realise there's a bug in my short program. Should have been:
Code:
      CLV
self: BVC self


Top
 Profile  
Reply with quote  
PostPosted: Thu Apr 10, 2014 9:52 pm 
Offline

Joined: Tue Jul 24, 2012 2:27 am
Posts: 679
This is starting to remind me of 4byte:
Code:
$007e: ee 21 d0 50


Commodore 64 specific, of course. ;)

_________________
WFDis Interactive 6502 Disassembler
AcheronVM: A Reconfigurable 16-bit Virtual CPU for the 6502 Microprocessor


Top
 Profile  
Reply with quote  
PostPosted: Fri Apr 11, 2014 4:47 am 
Offline
User avatar

Joined: Thu May 28, 2009 9:46 pm
Posts: 8493
Location: Midwestern USA
White Flame wrote:
This is starting to remind me of 4byte:
Code:
$007e: ee 21 d0 50

Commodore 64 specific, of course. ;)

Looks like the CHRGET sub.

:-)

_________________
x86?  We ain't got no x86.  We don't NEED no stinking x86!


Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 17 posts ]  Go to page 1, 2  Next

All times are UTC


Who is online

Users browsing this forum: No registered users and 8 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to: