View allAll Photos Tagged retrocomputing

Grazie all’iniziativa di Bruno Grampa, nella prestigiosa cornice del parco di Villa Toeplitz a Varese si è tenuto domenica 27 aprile 2003, presso il MUel- Museo Elettronico, la prima edizione di “Varese Retrocomputing”. La manifestazione si è articolata su un intero pomeriggio, a partire dalle ore 14:30, con interventi di esperti e collezionisti di retrocomputing che hanno presentato, in funzione, numerosi computer che hanno fatto la storia dell’informatica. All About Apple è stata presente con il simbolo dell’AMUG e del Museo, l’Apple Lisa, su cui è stato tenuto un keynote da Alessio Ferraro.

The Indy, code-named "Guinness", is a low-end workstation introduced on 12 July 1993. Developed and manufactured by Silicon Graphics Incorporated (SGI), it was the result of their attempt to obtain a share of the low-end computer-aided design (CAD) market, which was dominated at the time by other workstation vendors; and the desktop publishing and multimedia markets, which were mostly dominated at the time by Apple Computer. It was discontinued on 30 June 1997 and support ended on 31 December 2011.

 

en.wikipedia.org/wiki/SGI_Indy

 

Retrocomputing (a portmanteau of retro and computing) is the use of early computer hardware and software today. Retrocomputing is usually classed as a hobby and recreation rather than a practical application of technology; enthusiasts often collect rare and valuable hardware and software for sentimental reasons. However some do make use of it.[1] Retrocomputing often gets its start when a computer user realizes that expensive fantasy systems like IBM Mainframes, DEC Superminis, SGI workstations and Cray Supercomputers have become affordable on the used computer market, usually in a relatively short time after the computers' era of use.

 

en.wikipedia.org/wiki/Retrocomputing

 

Con il termine retrocomputing si indica una attività di "archeologia informatica" che consiste nel reperire, specialmente a costi minimi, computer di vecchie generazioni, che hanno rappresentato fasi importanti dell'evoluzione tecnologica, ripararli se sono danneggiati, metterli nuovamente in funzione e preservarli.

 

it.wikipedia.org/wiki/Retrocomputing

8BASIC (C) is a BASIC interpreter developed by manufacturer G.G in 2010 for the homemade Z80/AM95 8 bit NANO COMPUTER.

 

8BASIC doesn't have line numbers but uses line labels which may be referenced by control flow statements.

 

VARIABLES

 

Statements use variables to keep track of numbers or strings or labels.

Variables and labels must consist of only one alphabetical character.

 

So the maximum number of GOTO/GOSUB's arguments is 26 and the labelled addresses are precompiled into RAM in a separate table during the program editing.

 

The range of the 26 numeric values which can be entered or stored, lies between -9.99999 and +9.99999 x 10^5 (always displayed in 8-char fixed format: six digits plus sign and decimal dot). Variables are anyway stored in RAM in floating-point representation during program editing when declared (precomplilation) or during interpretation for the intermediate results. The precision of intermediate calculations depends on the APU 9511 capability (1 bit sign, 7 bit two's complement exponent and 24 bit of mantissa).

 

During editing, just after having selected the correct statement, you can easily change any of the 26 letters of each variable, navigating through the alphabet using the telephone-like keypad.

For example the generic statement "Z=X+Y" which performs the addition, can be easily modified in

 

"A=X+Y" or

"A=A+A" or

"Z=X+Z" or

"A=A+X" etc..

 

It is also easy to handle any algebraic expression using multiple 8-chars functions managing intermediate results.

For example Z=2*A+15*C can be written as:

 

" LET X="

"+15.0000" ;X=15

"X=X*C " ;X=15*C

"B=A+A " ;B=2*A

"Z=B+X " ;Z=2*A+15*C

 

Each of the 26 text variables may contain max eight alphanumeric characters and symbols, as per the complete DL2416 character set.

But you may build texts with more chars by concatenating strings stored in consecutive letters (variables), with the last string ending with the "#" char: text will be displayed by scrolling right-to-left. So technically the max size of a displayed string is 207 characters.

 

Here the typical "Hello Word" program which displays the string "Hello World" in an infinite loop:

 

" LET A$="

"HELLO WO" ; A$="HELLO WO"

" LET B$="

"RLD# " ; B$="RLD"

" "F": " ; F label

"PRINT+A$" ; display from right to left A$&B$ = "HELLO WORLD"

"GO TO F " ; goto F and loop

" END "

 

The retrocomputing stack as it stands now.

 

Commodore 128DCR

Texas Instruments TI-99/4A

Radio Shack TRS-80 MC-10 Micro Color Computer

Atari 800XL

Radio Shack TRS-80 Model III

Vintage Computer Festival East, May 19 2018, Wall, New Jersey

Lee Hart's prototype of the 1802 Membership Card "retro-computing in a can"

 

www.youtube.com/watch?v=hbsPddZsmVI

HP 10 printing adding machine and HP 19C 1978

The C64-808 and the MMC2IEC device.

Vintage Computer Festival East, May 19 2018, Wall, New Jersey

This is my homemade dust cover which encases the Z80 Board in a polyester material with sewed cotton edges and vintage tag

The HEX keypad front panel with the LED driver daughter board in place. The fascia artwork was inkjet printed on premium glossy photo paper at 600 dpi then protected by clear self-adhesive vinyl film used to cover book jackets.

N8VEM ribbon cable. From left to right, the ribbon cable lines are connected to pins 1 (black), 2 (white), 3 (gray), 4 (purple), 5 (blue), 6 (green), 7 (yellow), 8 (orange), 9 (red), 10 (brown).

 

Pin 1 on the header is marked by a triangle on the solder mask silk screen, and the pins are numbered 1, 3, 5, 7, 9 on the bottom row (toward the components), and 2, 4, 6, 8, 10 on the top row (away from the components)

additional typefaces for postscript printer

ELF2K has swapped its retro switch panel for a HEX keypad developed from STG's circuit schematics

The Indy, code-named "Guinness", is a low-end workstation introduced on 12 July 1993. Developed and manufactured by Silicon Graphics Incorporated (SGI), it was the result of their attempt to obtain a share of the low-end computer-aided design (CAD) market, which was dominated at the time by other workstation vendors; and the desktop publishing and multimedia markets, which were mostly dominated at the time by Apple Computer. It was discontinued on 30 June 1997 and support ended on 31 December 2011.

 

en.wikipedia.org/wiki/SGI_Indy

 

Retrocomputing (a portmanteau of retro and computing) is the use of early computer hardware and software today. Retrocomputing is usually classed as a hobby and recreation rather than a practical application of technology; enthusiasts often collect rare and valuable hardware and software for sentimental reasons. However some do make use of it.[1] Retrocomputing often gets its start when a computer user realizes that expensive fantasy systems like IBM Mainframes, DEC Superminis, SGI workstations and Cray Supercomputers have become affordable on the used computer market, usually in a relatively short time after the computers' era of use.

 

en.wikipedia.org/wiki/Retrocomputing

 

Con il termine retrocomputing si indica una attività di "archeologia informatica" che consiste nel reperire, specialmente a costi minimi, computer di vecchie generazioni, che hanno rappresentato fasi importanti dell'evoluzione tecnologica, ripararli se sono danneggiati, metterli nuovamente in funzione e preservarli.

 

it.wikipedia.org/wiki/Retrocomputing

OTTOBRE

donato da INGV, sede di Milano-Pavia

The Indy, code-named "Guinness", is a low-end workstation introduced on 12 July 1993. Developed and manufactured by Silicon Graphics Incorporated (SGI), it was the result of their attempt to obtain a share of the low-end computer-aided design (CAD) market, which was dominated at the time by other workstation vendors; and the desktop publishing and multimedia markets, which were mostly dominated at the time by Apple Computer. It was discontinued on 30 June 1997 and support ended on 31 December 2011.

 

en.wikipedia.org/wiki/SGI_Indy

 

Retrocomputing (a portmanteau of retro and computing) is the use of early computer hardware and software today. Retrocomputing is usually classed as a hobby and recreation rather than a practical application of technology; enthusiasts often collect rare and valuable hardware and software for sentimental reasons. However some do make use of it.[1] Retrocomputing often gets its start when a computer user realizes that expensive fantasy systems like IBM Mainframes, DEC Superminis, SGI workstations and Cray Supercomputers have become affordable on the used computer market, usually in a relatively short time after the computers' era of use.

 

en.wikipedia.org/wiki/Retrocomputing

 

Con il termine retrocomputing si indica una attività di "archeologia informatica" che consiste nel reperire, specialmente a costi minimi, computer di vecchie generazioni, che hanno rappresentato fasi importanti dell'evoluzione tecnologica, ripararli se sono danneggiati, metterli nuovamente in funzione e preservarli.

 

it.wikipedia.org/wiki/Retrocomputing

8BASIC (C) is a BASIC interpreter developed by manufacturer G.G in 2010 for the homemade Z80/AM95 8 bit NANO COMPUTER.

   

38 "INPUT A " ; ask the user to enter the numeric value of variable A

39 "INPUT T$" ; ask the user to enter the string value of variable T$

40 " CLS " ; clears (blank) the 16-segment LED displays and reset (0) the 7-segment ones

41 " CLEAR " ; reset variables to their default type value

42 "PRINT A " ; display the numeric value of variable A

43 "PRINT T$" ; display the string value of variable T$

44 "PRINT+T$" ; display and scroll the strings T$ and consecutives till encountering # char

45 "PAUSE T " ; suspend the program execution. Value of T is the time in ms to pause

46 "BEEP T,F" ; generate a tone. T is the tone duration (ms). F is the tone number (max 7)

47 " IN (A) " ; assign to variable A the binary value input from the 8 bit parallel port

48 " OUT (A)" ; output binary value of variable A to the 8 bit parallel port

49 "A=PEEK X" ; assign to variable A the byte value at the X memory location

50 "POKE X,A" ; write byte value of variable A into X memory location

51 "SYS X " ; branch (and jump back) to the machine language program at the X location

 

Each statement is precompiled as much as possible to make the interpreter run faster and it always occupies 16 bytes.

 

Statements allow you extreme flexibility. For example a FOR...TO..NEXT cycle can be easily written as:

 

LET I=+1.00000

LET U=+1.00000

LET T=number of cycles

N:

 

cycle

 

I=I+U

IFT>=I:N

END

 

Due to the internal RAM memory structure, the maximum size of the 8BASIC program has been set to 488 lines, which will fit the first 8K RAM chip.

Commodore 64 with 1541 drive, Datasette, Suzo "The Arcade" joystick and Commodore 1802 display

NASA Computers at work during the 1950s.

Understanding Oric by Ian McLean, published in 1984 by Prentice-Hall International. This is another of those books designed to be an alternative to the official manual and this example was suitable for both the Oric 1 and Oric Atmos as evidenced by the sticker on the front.

A Friden Flexowriter I recently picked up for $50. I indent to restore it.

for Macintosh, 1993

riding a digital alphaserver "rawhide" 4000! yyyyyyy-haa!!!

Atari Mega ST 1 with Atari Megafile 30 hard disk module, Atari keyboard, Atari SM124 monitor and third-party 3.5-inch drive, 5.25-inch drive, mouse.

There's a cutting from an old computer magazine in the box where someone wrote a very angry letter saying that the position of the return key is just fine and it should not be mentioned in reviews.

CubicPlayer on the 5x86 160 DOS PC playing some tunes through the PC's Gravis Ultrasound audio board.

1 2 ••• 8 9 11 13 14 ••• 79 80