Click here to Skip to main content
15,912,400 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: How much computer illiterate were you when... Pin
Motor Viper31-Mar-14 5:50
professionalMotor Viper31-Mar-14 5:50 
GeneralRe: How much computer illiterate were you when... Pin
OriginalGriff31-Mar-14 6:00
mveOriginalGriff31-Mar-14 6:00 
GeneralRe: How much computer illiterate were you when... Pin
harold aptroot31-Mar-14 5:25
harold aptroot31-Mar-14 5:25 
GeneralRe: How much computer illiterate were you when... Pin
OriginalGriff31-Mar-14 5:31
mveOriginalGriff31-Mar-14 5:31 
JokeRe: How much computer illiterate were you when... Pin
Paul Conrad31-Mar-14 5:54
professionalPaul Conrad31-Mar-14 5:54 
GeneralRe: How much computer illiterate were you when... Pin
OriginalGriff31-Mar-14 6:03
mveOriginalGriff31-Mar-14 6:03 
GeneralRe: How much computer illiterate were you when... Pin
harold aptroot31-Mar-14 5:58
harold aptroot31-Mar-14 5:58 
GeneralRe: How much computer illiterate were you when... Pin
OriginalGriff31-Mar-14 6:15
mveOriginalGriff31-Mar-14 6:15 
No - I haven't touched Z80 in years - and most of mine was IAR Z80 cross assembler/C compiler (Gawd damn it's rotten, black heart, may it rot in silicon Hades)

I stole that because I needed a Z80 environment you would be familiar with: my code was all home brewed on custom hardware and probably wouldn't have made a whole lot of sense to most people:
disp    equ     4000h
        #ORG    8000h
text:   defs    "Hello Harold!"
        defb    0
textl   equ     $-text
        #ORG    0000h
INI:
        ld      de,disp
        ld      b, 30
LOOP:
        push    de
        push    bc
        ld      hl,text
        ld      bc,textl
        ldir
        pop     bc
        pop     hl
        ld      de, 80
        add     hl, de
        ex      hl, de
        djnz    LOOP

Those who fail to learn history are doomed to repeat it. --- George Santayana (December 16, 1863 – September 26, 1952)
Those who fail to clear history are doomed to explain it. --- OriginalGriff (February 24, 1959 – ∞)

GeneralRe: How much computer illiterate were you when... Pin
harold aptroot31-Mar-14 6:28
harold aptroot31-Mar-14 6:28 
GeneralRe: How much computer illiterate were you when... Pin
OriginalGriff31-Mar-14 7:52
mveOriginalGriff31-Mar-14 7:52 
GeneralRe: How much computer illiterate were you when... Pin
Herbie Mountjoy1-Apr-14 2:17
professionalHerbie Mountjoy1-Apr-14 2:17 
GeneralRe: How much computer illiterate were you when... Pin
Motor Viper31-Mar-14 5:41
professionalMotor Viper31-Mar-14 5:41 
GeneralRe: How much computer illiterate were you when... Pin
Paul Conrad31-Mar-14 5:47
professionalPaul Conrad31-Mar-14 5:47 
GeneralRe: How much computer illiterate were you when... Pin
Ravi Bhavnani31-Mar-14 6:08
professionalRavi Bhavnani31-Mar-14 6:08 
GeneralRe: How much computer illiterate were you when... Pin
Member 419459331-Mar-14 8:52
Member 419459331-Mar-14 8:52 
GeneralRe: How much computer illiterate were you when... Pin
Ravi Bhavnani31-Mar-14 9:17
professionalRavi Bhavnani31-Mar-14 9:17 
GeneralRe: How much computer illiterate were you when... Pin
PIEBALDconsult31-Mar-14 6:36
mvePIEBALDconsult31-Mar-14 6:36 
GeneralRe: How much computer illiterate were you when... Pin
S Houghtelin31-Mar-14 6:57
professionalS Houghtelin31-Mar-14 6:57 
GeneralRe: How much computer illiterate were you when... Pin
CDP180231-Mar-14 7:31
CDP180231-Mar-14 7:31 
GeneralRe: How much computer illiterate were you when... Pin
Steve Mayfield31-Mar-14 8:15
Steve Mayfield31-Mar-14 8:15 
GeneralRe: How much computer illiterate were you when... Pin
Marc Clifton31-Mar-14 8:15
mvaMarc Clifton31-Mar-14 8:15 
GeneralRe: How much computer illiterate were you when... Pin
Eddy Vluggen31-Mar-14 8:48
professionalEddy Vluggen31-Mar-14 8:48 
GeneralRe: How much computer illiterate were you when... Pin
Member 419459331-Mar-14 9:03
Member 419459331-Mar-14 9:03 
GeneralRe: How much computer illiterate were you when... Pin
Dan Neely31-Mar-14 10:48
Dan Neely31-Mar-14 10:48 
GeneralRe: How much computer illiterate were you when... Pin
Peter Adam31-Mar-14 20:36
professionalPeter Adam31-Mar-14 20:36 

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.