{"id":23681836,"url":"https://github.com/vilhalva/frases-filosoficas","last_synced_at":"2026-04-15T23:31:18.570Z","repository":{"id":245940527,"uuid":"819622220","full_name":"VILHALVA/FRASES-FILOSOFICAS","owner":"VILHALVA","description":"👨‍🏫ESTE PROJETO EM \"ASSEMBLY X86_64\" TEM COMO OBJETIVO EXIBIR NA SAÍDA PADRÃO AS 20 MELHORES FRASES DE FILÓSOFOS.","archived":false,"fork":false,"pushed_at":"2024-10-02T18:20:04.000Z","size":46,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-29T22:10:51.284Z","etag":null,"topics":["assembly","bot","chatbot","projeto","terminal"],"latest_commit_sha":null,"homepage":"","language":"Assembly","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/VILHALVA.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":"2024-06-24T22:10:13.000Z","updated_at":"2024-10-04T00:04:32.000Z","dependencies_parsed_at":"2024-06-24T23:30:55.143Z","dependency_job_id":"b45b76e3-7863-40f1-b049-4614eedc921e","html_url":"https://github.com/VILHALVA/FRASES-FILOSOFICAS","commit_stats":null,"previous_names":["vilhalva/frases-filosoficas"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/VILHALVA/FRASES-FILOSOFICAS","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VILHALVA%2FFRASES-FILOSOFICAS","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VILHALVA%2FFRASES-FILOSOFICAS/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VILHALVA%2FFRASES-FILOSOFICAS/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VILHALVA%2FFRASES-FILOSOFICAS/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/VILHALVA","download_url":"https://codeload.github.com/VILHALVA/FRASES-FILOSOFICAS/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VILHALVA%2FFRASES-FILOSOFICAS/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31864925,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-15T15:24:51.572Z","status":"ssl_error","status_checked_at":"2026-04-15T15:24:39.138Z","response_time":63,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["assembly","bot","chatbot","projeto","terminal"],"created_at":"2024-12-29T18:43:22.332Z","updated_at":"2026-04-15T23:31:18.553Z","avatar_url":"https://github.com/VILHALVA.png","language":"Assembly","funding_links":[],"categories":[],"sub_categories":[],"readme":"# FRASES FILOSOFICAS\r\n👨‍🏫ESTE PROJETO EM \"ASSEMBLY X86_64\" TEM COMO OBJETIVO EXIBIR NA SAÍDA PADRÃO AS 20 MELHORES FRASES DE FILÓSOFOS.\r\n\r\n\u003cimg src=\"./IMAGENS/FOTO_1.png\" align=\"center\" width=\"400\"\u003e \u003cbr\u003e\r\n\u003cimg src=\"./IMAGENS/FOTO_2.png\" align=\"center\" width=\"400\"\u003e \u003cbr\u003e\r\n\r\n## DESCRIÇÃO:\r\nEste projeto em `Assembly x86_64` tem como objetivo exibir na saída padrão as 20 melhores frases de filósofos. As frases são pré-definidas na seção `.data` do código, utilizando cadeias de caracteres. Ao executar o programa, todas as frases são impressas sequencialmente.\r\n\r\n## FUNCIONALIDADES:\r\n1. **Definição das Frases:** As frases dos filósofos estão pré-definidas na seção `.data` do código Assembly. Cada frase inclui uma citação famosa e o nome do filósofo correspondente.\r\n   \r\n2. **Impressão na Saída Padrão:** Utilizando chamadas de sistema (`syscall`), o programa imprime cada frase na saída padrão (stdout).\r\n\r\n## COMO USAR?\r\n1. **Compilação e Execução:** \r\n    - Compile o código em um ambiente compatível com `x86_64 Assembly`. Você pode usar o NASM (Netwide Assembler) para compilar e o LD (GNU Linker) para ligar o código.\r\n    ```sh\r\n    nasm -f elf64 -o main.o main.asm\r\n    ld -o main main.o\r\n    ./main\r\n    ```\r\n   \r\n2. **Resultado Esperado:**\r\n   - Ao executar o programa, todas as 20 frases dos filósofos serão exibidas na saída padrão, uma após a outra.\r\n\r\n## NÃO SABE?\r\n- Entendemos que para manipular arquivos em muitas linguagens e tecnologias, é necessário possuir conhecimento nessas áreas. Para auxiliar nesse aprendizado, oferecemos cursos gratuitos disponíveis:\r\n* [CURSO DE ASSEMBLY](https://github.com/VILHALVA/CURSO-DE-ASSEMBLY)\r\n* [CONFIRA MAIS CURSOS](https://github.com/VILHALVA?tab=repositories\u0026q=+topic:CURSO)\r\n\r\n## CREDITOS:\r\n- [PROJETO CRIADO PELO VILHALVA](https://github.com/VILHALVA)\r\n\r\n\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvilhalva%2Ffrases-filosoficas","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvilhalva%2Ffrases-filosoficas","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvilhalva%2Ffrases-filosoficas/lists"}