You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: rename FALCON → RAVEN across docs and website
Docs:
- Remove logo image from README.md and README.pt-BR.md
- Replace all FALCON references with RAVEN in syscalls.md/.pt-BR.md
- Fix outdated "floating-point not yet implemented" in format.md/.pt-BR.md
(RV32F is fully supported since v1.16)
- Fix GitHub URLs to Gaok1/Raven (correct casing)
Website:
- Apply RAVEN app color palette (neutral dark + violet) — mirrors theme.rs
- Replace red/orange theme with neutral grays and electric violet accent
- Replace raven logo with interactive TUI preview (Editor/Run/Cache/Docs tabs)
- Remove all FALCON-ASM references from HTML, CSS, JS comments
- Add RV32F category to ISA grid
- Remove emoji icons from feature/audience lists
- Fix all footer hrefs to absolute GitHub URLs
- Improve Run tab preview: instruction decoder panel instead of register list
- Add Write → Run → Understand workflow section (3 steps)
- Add palette.css: canonical color reference mirroring src/ui/theme.rs
**FALCON ASM** é um emulador, montador e IDE RISC-V rodando no terminal, escrito em Rust. Cobre **RV32I + M + F** e foi pensado para tornar cada etapa do ciclo buscar → decodificar → executar visível e interativa — ideal para estudantes, professores e qualquer um aprendendo assembly.
3
+
**RAVEN** é um emulador, montador e IDE RISC-V rodando no terminal, escrito em Rust. Cobre **RV32I + M + F** e foi pensado para tornar cada etapa do ciclo buscar → decodificar → executar visível e interativa — ideal para estudantes, professores e qualquer um aprendendo assembly.
6
4
7
5
Tudo vive em uma única TUI: escreva código, monte, execute passo a passo, inspecione registradores e memória, perfile sua hierarquia de cache e leia a documentação — sem sair do terminal.
8
6
@@ -69,11 +67,11 @@ Tudo vive em uma única TUI: escreva código, monte, execute passo a passo, insp
69
67
70
68
## Início Rápido
71
69
72
-
Baixe o binário mais recente em [Releases](https://github.com/Gaok1/FALCON-ASM/releases), ou compile da fonte:
70
+
Baixe o binário mais recente em [Releases](https://github.com/Gaok1/Raven/releases), ou compile da fonte:
0 commit comments