#assembler
Explore tagged Tumblr posts
Text

Compiler by Asamiya Kia (Vol.1, Kodansha, 1993)
#compiler#コンパイラ#assembler#asamiya kia#kia asamiya#edit: howaterandmilk#gekkan afternoon#90s manga#seinen#mangacap#manga cap#manga caps#mangacaps#manga panel#manga screencap#manga fashion
49 notes
·
View notes
Text
Hewlett-Packard, HP 9701 ...

Post #301: Hewlett-Packard, The HP 9701 Distributed System based on HP 2100 family, A Multi-Computer System, Programming with Fortran, Algol and Assembler, 1960s.
22 notes
·
View notes
Text
youtube
assembler -- molla
4 notes
·
View notes
Text
Top 10 - The Best Programming Languages ...
https://www.tiobe.com/tiobe-index/
Ranking of the 10 most popular programming resp. script languages according to TIOBE programming community index:
Python
C
C++
Java
C#
JavaScript
PHP
Visual Basic
SQL
Assembler
Post #188: Tiobe, Index of the 10 best programming resp. script languages in November 2023.
#programming#coding#programmieren#education#teaching#learning#python#c++c#c++#java#c#php#javascript#visual basic#sql#assembler
4 notes
·
View notes
Text
PROGRAMMING

#spongebob#spongebob squidward#computer programming#computer science#c++ language#python#assembler#binary code#stljedi
4 notes
·
View notes
Text
Non ho potuto finire il primo brevetto di sub, perché la mia famiglia adottiva, che ho capito troppo tardi quanto bene mi voleva, non poteva.
Erano pensionati.
Nel 1984 con un enciclopedia a rate,
era incluso un Commodore 16.
Basic v. 3.5.
Se tenevi premuto reset e lo riaccende i,
accedervi al linguaggio macchina.
Assembler in base esadecimale.
Craccavi i videogiochi,
tipo ghost'n goblin e cose così.
I videogiochi dopo un po',
mi stufavano.
La mia tv, era a valvole, in bianco e nero.
Ronzava, oh se ronzava.
Nei pomeriggi chiuso in camera, la torturavo staccando lo schienale e sfilando una valvola qui, una là, per vedere cosa succedeva.
Le rimettevo e andava di nuovo, va beh, cazzi miei, niente di interessante in fondo.
A 11 anni, uno degli ultimi programmi nel manuale,del c16, si chiamava la macchina della musica.
Quello prima suonavi con otto note,
con quello invece, 9.
E non andava, c'era un errore di sintassi nel programma.
L'ho fatto andare, e mi sembra che l'errore era in un ciclo next - return.
Poi ho avuto un Apple 2 gs, coi floppy giganti, libri di programmazione in cobol fortran e bla bla bla, con una stampante ad aghi che per fare un disegno tipo emoji un foglio a 4 tabulato era appena sufficiente.
Mi annoiava quel cazzo di Apple.
Staccavo le schede dagli slot ogni tre per due, finché non è uscito del fumo e anche se chi l'aveva venduto era perito elettronico, ciao mare, buttato nel cesso, fanculo Steve Jobs.
Arrivo poi il c 64.
Suoni a più timbri awwww...
Che tanto le note, le frequenze le dovevi scrivere una per una, poi copiare la riga, tipo da 60 a 70 e scriverle con una durata in millisecondi un po' più lunga, così avevi l'eco, poi vabbè, a forza di aggiungere righe di programma e pif e pof, i suoni belli saltavano fuori, sempre con questi cazzo di maledetti nove tasti, volume a palla di una tv a valvole e bestemmie dei miei zii dove la calma era " che musica indiavolata" interrotte da qualche ciabatta volante, scope che battevano dal piano di sopra e a me non me ne fregava un cazzo, ero preso, andato chissà dove in quei momenti.Finchè una ciabatta mi riportava in tempo zero nell'aldiquá..Ciabatte (nome di cortesia).... che quelle di oggi sono moscerini, ma quelle come massa errante tipo i mosconi,neanche ci andavano vicino.,erano b52 a pieno carico.,semplicemente.
Tastiere? seee... cucuk!
Nove tasti a molla e vai con dio. Sempre che non ti mandi qualche fulmine, si sa mai...
Con l"Amiga arrivó il Midi,
con l'amica 500 suonavi quello che si avvicinava a cosa avevi in mente.
Con il 2000 era lunga, ma era quello che sentivi in testa.
Mi sono rotto adesso, continuerò il racconto.
Già, cazzomene di like e che qualcuno lo legga.
Non mi passava un cazzo, stasera provavo a essere un po' positivo e noioso quel tanto che basta.
La nostalgia non c'entra proprio niente.
Se sai leggere tra le righe,ops...
non vinci nessun premio, scordatelo,e prima di subito.
Per arrivare fino ai bus Isa, architetture x64, assemblee del BIOS, ce ne vorrà un po'.
Prossimo capitolo, l'8085 di Faggin,
IBM, Olivetti, Lotus, monitor a fosfori verdi...
ping pong con le barretteserie due tasti e tanta fantasia,
e il primo 8086.
Hai mai giocato a Indiana Jones con un 386?
Al primo sim city su Apple, quello che ogni tanto mandavi i tornadi o gli attacchi alieni?
Quant'è bello l'Arduino a scuola in c#, che copi incolli e vai col vento, void , noid, e quegli altrid, per cominciare.,e vaffanculod,ops.
Cazzi vostri, se non l'avete fatto. Alla prossima puntata, sempre che non sia di umore girevole. Girevole sì, esattamente esatto, non mutevole, perché a volte mi girano,e parecchio.
In ogni caso, la morale è sempre quella, fai merenda con Girella.

#letterealmondo 5/6/2025
#assembler#basic#c#phython#java#visualbasic#awl#ladder#letterealmondo#lenottibuieetempestose#quellebelle
1 note
·
View note
Text
I actually never want to debug assembler code again, having to directly access the graphics card memory (like literally saying: put value 0x41 at memory address 0xb8000) to get some sort of "print" causes me deep deep pain, nevermind finding out what exactly went wrong with my instruction point and where my stack pointer went...
1 note
·
View note
Text
Crafting tools
In order to craft tools, you need good tools.
I imagine the first steel tools were created using iron tools, and the first iron tools were created using bronze ones, and so on all the way back to flint/obsidian and bone/antler.
The same principle applies to computer software. All my software projects depend on libraries and build tools and compilers. Those libraries and build tools and compilers were created using older libraries, build tools, and compilers. This process is called "bootstrapping" because it's vaguely analogous to pulling oneself up by one's boot straps.
The first compiler was presumably written in assembly language, so it depended on an assembler. I think the first assembler must've been hand-assembled, perhaps using paper and pencil.
Despite everything we've learned about software development in the past 80 years, recreating our current software tools from the pencil-and-paper level would require a lot of hard work!
#software development#coding#software engineering#software tools#tools#bootstrap#crafting#compiler#assembler
1 note
·
View note
Text
#Nobukazu Takemura#mixtape#playlist#DJ Kool Jazz#Child's View#Bullfrog 1000 BPM#Assembler#CDs skipping scanning
0 notes
Text
youtube
BOOM CHICK and ASSEMBLER by Pittsburgh Modular & Cre8Audio
0 notes
Text
General Assembler - Night shift
Job title: General Assembler – Night shift Company: NOV Job description: from functions including Human Resources, Information Technology, Compliance, Finance, QHSE, Marketing and Legal centers of expertise… Expected salary: Location: Cedar Park, TX Job date: Thu, 23 Jan 2025 03:32:09 GMT Apply for the job now!
0 notes
Text


The head archivist's to do list
or arts and crafts with Gertrude Robinson
#occudo's art#tma fanart#gertrude robinson#I'd like to think she assembled a whole second office in the tunnels#otherwise it's all canon that se did all that#gertrude robison my beloved
11K notes
·
View notes
Text
David Tennant at The Assembly 2025 ❤
Q: What made you want to start work, like become an ally to the community? What prompted you to say, do you know what, this injustice has gone on long enough.
David: When I was a teenager, there was this thing that Mrs. Thatcher's government introduced called Section 28, which was about stopping the "promotion" of homosexuality in schools, which was a weird umbrella term, which was basically saying it was illegal to talk about being gay in school or to suggest that that might be a normal way of behaving. We look back on that now as a medieval, absurd thing to try and say. And I think the way the trans community is being demonised and othered is exactly the same.
5K notes
·
View notes
Text
70 anni di Fortran (più o meno)
Pochi giorni fa, il 20 settembre per essere precisi, il Fortran ha compiuto 70 anni.1 La data scelta per il compleanno è un po’ anomala, per i software di solito si celebra la data in cui vengono presentati al pubblico,2 mentre per il Fortran è stato scelto il giorno in cui gli sviluppatori dell’IBM hanno eseguito il primo programma scritto in questo linguaggio, ben tre anni prima della…

View On WordPress
0 notes