nanobot567 · @nanobot567
56 followers · 337 posts · Server techhub.social

I’m trying to learn ! I’m not using an assembler at the moment (I’m just typing opcodes into an online emulator 😅), but I think I’m making progress!

Here’s a very simple hello world I wrote! It sends “HI!” out of pin A1 (I think lol, on the emulator it prints it on the screen):

0000: 3e48 LD A,48
0002: d301 OUT (1),A
0004: 3c INC A
0005: d301 OUT (1),A
0007: 3e21 LD A,21
0009: d301 OUT (1),A
000b: 76 HALT

#intel8080 #assembly

Last updated 1 year ago

Mille e Una Avventura · @1001avventura
73 followers · 221 posts · Server mastodon.uno

Scopriamo le operazioni logiche dei processori x86.

youtube.com/watch?v=p6tMzcit3T

#x86 #assembly #x86_64 #x86assembly

Last updated 1 year ago

Jisso News · @JissoNews
3 followers · 100 posts · Server mastodon-japan.net

9月1日に基板実装の技術誌 の9月号が公開。今月号の特集は、基板と先端サブストレートへの政府助成の影響を扱う “Chips Don’t Float”(チップ浮上せず)。全110頁。閲覧は iconnect007.uberflip.com/i/150 、PDF版は magazines007.com/pdf/SMT007-Se に。

#smt007 #pcb #assembly #magazine

Last updated 1 year ago

Gopi Adusumilli :verified: · @gopi
1809 followers · 1172 posts · Server truthsocial.co.in
Retro Gerry · @gerrykelly
369 followers · 562 posts · Server mastodon.gamedev.place

@raymierussell @Wintermute_BBS

this is the one I found interesting today,
a great read on the way the arcade game "space invaders" works from an assembly coding point of view. not neccesarily the best way lol...

computerarcheology.com/Arcade/

whats great is after only a month of making an effort to learn z80, I can follow this sort of stuff now lol. its great if your learning z80 with an aim to make games to see how things can be done.

#retrogaming #z80 #assembly #machinecode

Last updated 1 year ago

Daniel · @beta
15 followers · 3 posts · Server mastodon.hai.haus

Was reading the 8080 Programmer's Manual (I've been looking at lately, for some reason) and it says "Writing programs in assembly language is the first and most significant step towards economical programming." I think they need to add some emphasis on the first....

#intel #assembly #programming #asm

Last updated 1 year ago

Giovanni Crisalfi · @gicrisf
87 followers · 323 posts · Server fosstodon.org

I never wrote Assembly in my life, but tonight (for some reason) I thought of disassembling simple C code snippets with Ghidra. So, I started with a hello world and was very surprised to find a much more extensive and complex result compared to my original assembly (obtained with GCC).

I mean, it's a Hello World!

#ghidra #gcc #clang #assembly #asm

Last updated 1 year ago

Gopi Adusumilli :verified: · @gopi
1800 followers · 760 posts · Server truthsocial.co.in
J.B.Fletcher · @jessicafletcher
104 followers · 84 posts · Server mastodon.uno

Non vi ho detto che durante lo scorso inverno ho fatto questo corso di Gustavo Pezzi sulla piattaforma Udemy dove insegna a fare un gioco su Atari 2600. Molto istruttivo anche se non siete cresciuti a pane e come me. Se lo trovate in offerta ve lo consiglio. Oggi ci sono già molte risorse online per gli sviluppatori, ma avere tutto spiegato bene dall'inizio alla fine, con gli esempi e gli strumenti giusti, invoglia sicuramente di più a fare qualcosa.

#8bit #atari2600 #assembly #gamedev

Last updated 1 year ago

C. · @cazabon
171 followers · 4261 posts · Server mindly.social

Someone asked me what IT-related I would dredge up to scare the young 'uns at work, and I couldn't decide between "branch-delay slot" and "bang-path address".

#eldritch #horror #obsolete #scare #software #network #decrepit #assembly

Last updated 1 year ago

Gladwyn d’Souza · @godsouza
164 followers · 2744 posts · Server sfba.social

The bill has already passed the state Senate, and if it survives a secretive hearing later this month, it will go before the full — where a previous version failed by just four votes last year following a fierce opposition

From: @GrrlScientist
mstdn.science/@GrrlScientist/1

#transparency #Appropriations #assembly #campaign #abolishcitizensunited

Last updated 1 year ago

Aranjedeath · @Aranjedeath
248 followers · 2763 posts · Server hachyderm.io

CA State Assembly member Dawn Addis fined for taking lobbyist donation | San Luis Obispo Tribune

sanluisobispo.com/news/politic

#news #sanluisobispocounty #california #assembly

Last updated 1 year ago

Gopi Adusumilli :verified: · @gopi
1800 followers · 710 posts · Server truthsocial.co.in
M.A.G · @mag
5 followers · 1076 posts · Server jpmstdn.com
Regionales Retro-Rechenzentrum · @3rz
533 followers · 642 posts · Server freiburg.social

Wer auf MS-DOS/PC-DOS source code nerdery steht:

Faszinierende Einblicke in Build und Assembler von MS-DOS 2.11 von Michal Necasek:

os2museum.com/wp/dos-2-11-from

#msdos #pcdos #assembly #x86 #earlypcs

Last updated 1 year ago

Ondřej Synáček · @comatory
45 followers · 824 posts · Server kompost.cz

Recently bumped into some interesting games on itch.io that can only run on Windows. I also wanted to try out and lot of the tutorials for noobs like me assume you use PC.

#gameboy #assembly

Last updated 1 year ago

Paolo Amoroso · @amoroso
1807 followers · 2742 posts · Server fosstodon.org

TetrOS is a Tetris implementation in x86 Assembly that fits into a 512 byte boot sector. Cute.

github.com/daniel-e/tetros

#games #x86 #assembly

Last updated 1 year ago

Mille e Una Avventura · @1001avventura
70 followers · 203 posts · Server mastodon.uno

Con la conoscenza dell'Assembly x86 e gli strumenti giusti, basta "poco" per fixare programmi che erano pensati per processori più lenti di quelli attuali. Scopriamo come si è riusciti a rallentare certe fasi di Lemmings, il famoso videogioco del 1991.

youtube.com/watch?v=RsdmlrPtVT

#retrogaming #retrocomputing #assembly

Last updated 1 year ago

Retrópolis · @retropolis
48 followers · 102 posts · Server bitbang.social
Kevin Karhan :verified: · @kkarhan
1410 followers · 98917 posts · Server mstdn.social

@ki Angesichts dessen dass der Output kein haben kann sehe ich das Problem nicht.

Hinzu kommt dass es z.B. bei Programmiersprachen nur eine finite Anzahl an richtigen Methoden gibt um etwas zu tun.

So würde ich identische Zeilen an - in und oder nicht als qualifizierend betrachten weil's auf und nur bestimmte Wege gibt Zeug in RAM zu laden und zu booten...

#amd64 #ix86 #systemdboot #Grub #ntldr #assembly #x86 #Copyright

Last updated 1 year ago