{"id":26400936,"url":"https://github.com/helogizzy/neander---digitalworks","last_synced_at":"2025-08-24T11:06:06.378Z","repository":{"id":137202962,"uuid":"548648504","full_name":"Helogizzy/NEANDER---DigitalWorks","owner":"Helogizzy","description":null,"archived":false,"fork":false,"pushed_at":"2022-10-10T16:56:03.000Z","size":15846,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-17T14:46:39.906Z","etag":null,"topics":["digital-systems","digitalworks","neander","sistemas-digitais"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Helogizzy.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-10-10T01:03:12.000Z","updated_at":"2023-07-09T22:42:54.000Z","dependencies_parsed_at":null,"dependency_job_id":"34035148-20f8-467d-86c6-56dc977435a8","html_url":"https://github.com/Helogizzy/NEANDER---DigitalWorks","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Helogizzy/NEANDER---DigitalWorks","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Helogizzy%2FNEANDER---DigitalWorks","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Helogizzy%2FNEANDER---DigitalWorks/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Helogizzy%2FNEANDER---DigitalWorks/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Helogizzy%2FNEANDER---DigitalWorks/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Helogizzy","download_url":"https://codeload.github.com/Helogizzy/NEANDER---DigitalWorks/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Helogizzy%2FNEANDER---DigitalWorks/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264034889,"owners_count":23547295,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["digital-systems","digitalworks","neander","sistemas-digitais"],"created_at":"2025-03-17T14:38:13.639Z","updated_at":"2025-07-07T07:34:06.314Z","avatar_url":"https://github.com/Helogizzy.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# NEANDER\n\n\u003eColaboradores: Heloisa Alves ([Github Profile](https://github.com/Helogizzy)), Ellen Bonafin ([GitHub Profile](https://github.com/EllenBonafin)) e Gabriel Mazzuco ([Github Profile](https://github.com/gabrielmazz))\n\n## Descrição\nO Neander é um computador super simples utilizado para fins didáticos. Ele possui apenas um modo de endereçamento: o modo direto. Nesse modo de endereçamento a palavra que segue o código da instrução contém nas instruções de manipulação de dados o endereço de memória do operando. Nas instruções de desvio, esse endereço corresponde à posição de memória onde está a próxima instrução a ser executada.\n\n## Características\n- Largura de dados e de endereços de 8 bits.\n- Dados representados em complemento de 2.\n- Modo de endereçamento de 8 bits.\n- Um registrador acumulador de 8 bits.\n- Um apontador de instruções de 8 bits.\n- Um registrador de estado com 2 códigos de condição: negativo e zero.\n- Conjunto de instruções.\n\n## Sistema Geral\nO registrador síncrono do Program Counter (PC) foi reaproveitado para as unidades: AC, RDM e RI.\n\n![neander](./folder/neander.png)\n\n## Módulo Memória\nComposto por:\n- Registrador RDM.\n- Registrador REM.\n- Multiplexador 2x8.\n- Memória 256x8.\n- Dois bloqueios.\n\n![mem](./folder/mem.png)\n\n## Módulo ULA\nComposto por:\n- Registrador Acumulador (AC).\n- Registrador de Flags (encontra-se dentro da ULA).\n- Bloqueio.\n- Unidade Lógica Aritmética (ULA).\n\n![ula_fora](./folder/ula_fora.png)\n\n### Parte interna da ULA\nComposto por:\n- Registrador de Flags.\n- Componente OPS que determina qual operação será apresentada.\n- Multiplexador 5x8 (foi substituído por 5 bloqueios).\n- Operações: NOT, AND, OR e ADD.\n\n![ula](./folder/ula.png)\n\n## Módulo UC\nComposto por:\n- Program Counter (PC).\n- Registrador de Instruções (RI).\n- Decodificador.\n- Unidade de Controle.\n\n![pc](./folder/pc.png)\n![uc_fora](./folder/uc_fora.png)\n\n### Parte interna da UC\n- O presset e clear do contador estava invertido, foi feita uma ligação cruzada para corrigir o erro.\n- Todos os 11 módulos foram criados (LDA, NOT, OR, ADD, JUMP, JN, JZ, HLT, STA, e NOP).\n\n![uc](./folder/uc.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhelogizzy%2Fneander---digitalworks","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhelogizzy%2Fneander---digitalworks","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhelogizzy%2Fneander---digitalworks/lists"}