Click here to Skip to main content
15,927,744 members

The Weird and The Wonderful

   

The Weird and The Wonderful forum is a place to post Coding Horrors, Worst Practices, and the occasional flash of brilliance.

We all come across code that simply boggles the mind. Lazy kludges, embarrassing mistakes, horrid workarounds and developers just not quite getting it. And then somedays we come across - or write - the truly sublime.

Post your Best, your worst, and your most interesting. But please - no programming questions . This forum is purely for amusement and discussions on code snippets. All actual programming questions will be removed.

 
GeneralRe: A fond memory of assembly language Pin
Ret Orrick9-Apr-07 7:32
Ret Orrick9-Apr-07 7:32 
GeneralRe: A fond memory of assembly language Pin
Mike Hankey9-Apr-07 15:27
mveMike Hankey9-Apr-07 15:27 
GeneralRe: A fond memory of assembly language Pin
Chris Losinger10-Apr-07 4:26
professionalChris Losinger10-Apr-07 4:26 
GeneralRe: A fond memory of assembly language Pin
Mike Hankey10-Apr-07 10:53
mveMike Hankey10-Apr-07 10:53 
GeneralRe: A fond memory of assembly language Pin
Rick York10-Apr-07 11:33
mveRick York10-Apr-07 11:33 
GeneralRe: A fond memory of assembly language Pin
Mike Hankey10-Apr-07 12:02
mveMike Hankey10-Apr-07 12:02 
GeneralRe: A fond memory of assembly language Pin
Ret Orrick12-Apr-07 3:04
Ret Orrick12-Apr-07 3:04 
GeneralRe: A fond memory of assembly language Pin
Mike Hankey12-Apr-07 9:36
mveMike Hankey12-Apr-07 9:36 
GeneralRe: A fond memory of assembly language Pin
Ret Orrick12-Apr-07 9:43
Ret Orrick12-Apr-07 9:43 
GeneralRe: A fond memory of assembly language Pin
Mike Hankey12-Apr-07 9:50
mveMike Hankey12-Apr-07 9:50 
GeneralRe: A fond memory of assembly language Pin
beachsidepaul16-Apr-07 1:43
beachsidepaul16-Apr-07 1:43 
GeneralRe: A fond memory of assembly language Pin
Mike Hankey16-Apr-07 2:02
mveMike Hankey16-Apr-07 2:02 
GeneralRe: A fond memory of assembly language Pin
beachsidepaul16-Apr-07 9:51
beachsidepaul16-Apr-07 9:51 
GeneralRe: A fond memory of assembly language Pin
Mike Hankey16-Apr-07 10:18
mveMike Hankey16-Apr-07 10:18 
GeneralRe: A fond memory of assembly language Pin
Weldon Adair, Jr.16-Apr-07 9:16
Weldon Adair, Jr.16-Apr-07 9:16 
GeneralRe: A fond memory of assembly language Pin
Jasmine250111-Apr-07 12:50
Jasmine250111-Apr-07 12:50 
I did a lot of assembly back on the 6502, but we never had the luxury of variables in the early assemblers. We had to remember the addresses of various Kernel routines and same for variables, and there was absolutely no moving around of things to different locations. It was screwey because on an Apple II, FFD2 was the same kernel routine as FFDE on the Commodore, so nothing translated. When I got my first C compiler I was in heaven - and it sucked big time by todays standards.

"Quality Software since 1983!"
http://www.smoothjazzy.com/ - see the "Programming" section for freeware tools and articles.

GeneralRe: A fond memory of assembly language Pin
Ret Orrick12-Apr-07 3:24
Ret Orrick12-Apr-07 3:24 
GeneralRe: A fond memory of assembly language Pin
Jasmine250112-Apr-07 5:49
Jasmine250112-Apr-07 5:49 
GeneralRe: A fond memory of assembly language Pin
Ret Orrick12-Apr-07 6:26
Ret Orrick12-Apr-07 6:26 
GeneralRe: A fond memory of assembly language Pin
Jasmine250112-Apr-07 8:05
Jasmine250112-Apr-07 8:05 
GeneralRe: A fond memory of assembly language Pin
Ret Orrick12-Apr-07 9:55
Ret Orrick12-Apr-07 9:55 
GeneralRe: A fond memory of assembly language Pin
Dave Sexton23-Apr-07 2:30
Dave Sexton23-Apr-07 2:30 
GeneralRe: A fond memory of assembly language Pin
Brady Kelly18-Apr-07 18:54
Brady Kelly18-Apr-07 18:54 
GeneralOne advantage of Cobol Pin
Ret Orrick8-Apr-07 9:26
Ret Orrick8-Apr-07 9:26 
GeneralRe: One advantage of Cobol Pin
pbraun10-Apr-07 6:33
pbraun10-Apr-07 6:33 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.