Anonymous <nobody@remailer.paranoici.org> wrote in
news:bb752098a4662d5cd9793bd2712f3d8a@remailer.par anoici.org:

> This is the same LUSER who brags he's working as an electrician.


Do you have something against electricians?

> No license. No union apprenticeship. Just helping another LUSER who's
> in the same boat.


I'm an apprentice, thus no license. Hence, apprentice. lol. I'm not a
member of a union. Have no desire to become one at this time. The person
I work for is a licensed electrician, and has held that since the age of
18. He's 14 years my senior.

> Gosh, where did all that fancy money go that he's been bragging he's
> earned from his fab software that half the companies in the country
> supposedly use?


I wrote alot of freeware. Can you provide references to money claims
based on freeware I've authored? Or, is this another outright lie?

> What a looser!!


Say, does this look like BASIC to you?

segment code

start:
mov ax,data
mov ds,ax
mov ax,stack
mov ss,ax
mov sp,stacktop

mov dx,hello
mov ah,9
int 0x21

mov ah,0x3c
mov cx,0
mov dx,files
int 0x21

mov [filehnd],ax

mov ah,0x40
mov bx, [filehnd]
mov cx,[msglength]
mov dx,hello
int 0x21

mov ah,0x3e
mov bx,filehnd
int 0x21

mov ax,0x4c00
int 0x21

segment data

hello: db 'Hi! Ray How did I get created Today?',13,10,'$'
files db 'ray.txt', 0
filehnd dw 1
msglength dw 38


segment stack stack
resb 64
stacktop:


--
Things look bad from over here. Too much confusion and no solution.
Everyone here knows your fear. Your out of touch and you try too much.
Yesterdays glory will help us today. You wanna retire? Get outta the
way. I ain't got much time. Young ones close behind. I can't wait in
line.