Skip to content

Commit

Permalink
Update vari
Browse files Browse the repository at this point in the history
  • Loading branch information
andreamazzai authored Oct 20, 2024
1 parent a7f453d commit ef4dc64
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/_docs/10-home.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,9 +105,10 @@ Tra le cose apprese:
- Ken Shirrif per alcuni <a href="https://www.righto.com/" target="_blank">interessantissimi articoli</a> su Overflow, 6502 e 74181 (e molto altro!);
- l'esplosivo Dr. Brock LaMeres dell'università del Montana per l'eccellente playlist <a href="https://www.youtube.com/playlist?list=PL643xA3Ie_Et2uM4xu1yFk-A5ZQQ8gQ5e" target="_blank">Intro to Logic Circuits</a> su YouTube;
- il sito <a href="http://6502.org" target="_blank">6502.org</a> e il suo forum: documentazione dettagliata senza fronzoli e utenti davvero esperti;
- Dieter Muller, le cui pagine sul <a href="http://6502.org/users/dieter/v_flag/v_0.htmmi " target="_blank">74LS151</a> mi hanno spinto ad approfondire in dettaglio l'argomento Overflow;
- Norbert Landsteiner per il <a href="https://www.masswerk.at/6502/6502_instruction_set.html" target="_blank">6502 Instruction Set</a>, il <a href="https://www.masswerk.at/6502/assembler.html" target="_blank">6502 Assembler</a> e il <a href="https://www.masswerk.at/6502" target="_blank">Virtual 6502</a>, strumenti eccezionali che ho utilizzato ampiamente per la creazione e il debug del microcode. Norbert è stato anche estremamemte reattivo nel correggere un bug che gli avevo segnalato.

Ringraziamenti speciali: Tom Nisbet, che anche in fase di redazione della documentazione non ha esitato a darmi qualche chiarimento.
Ringraziamenti speciali: Tom Nisbet e Dieter Muller, che anche in fase di redazione della documentazione non hanno esitato a darmi qualche chiarimento.

## Letteratura

Expand Down
2 changes: 2 additions & 0 deletions docs/_docs/97-bin-math.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ excerpt: "Aritmetica binaria"
---
## WORK IN PROGRESS - WORK IN PROGRESS - WORK IN PROGRESS

<small>[Concetti importanti](#concetti-importanti) - [Fonti](#fonti) - [Numeri Unsigned e numeri Signed](#numeri-unsigned-e-numeri-signed) - [Approfondimento Overflow](#approfondimento-overflow) - [L'Overflow e l'hardware](#loverflow-e-lhardware) - [Metodi di identificazione dell'Overflow](#metodi-di-identificazione-delloverflow) - [Semplificazione con 74LS151](#semplificazione-con-74ls151) - [Verifica addizioni e sottrazioni con 74LS151](#verifica-addizioni-e-sottrazioni-con-74ls151)</small>

## Concetti importanti

Studiando il funzionamento dei moduli Flag e ALU, avevo scoperto diverse mie lacune nell'aritmetica binaria:
Expand Down

0 comments on commit ef4dc64

Please sign in to comment.