From c71883c5ab5d01ec3126953bf8606d48d1bbb0d8 Mon Sep 17 00:00:00 2001 From: Diego Camarmas-Alonso Date: Sat, 13 Jun 2026 12:27:59 +0200 Subject: [PATCH] New article added --- README.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/README.md b/README.md index 2106a0be..6cfa9098 100644 --- a/README.md +++ b/README.md @@ -118,6 +118,27 @@ ### 2026 +
+:newspaper: CREATOR: An integrated development environment for programming assembly in RISC-V architectures + + * Journal paper: SoftwareX + * Authors: Diego Camarmas-Alonso, Félix García-Carballeira, Alejandro Calderón-Mateos, Elías Del-Pozo-Puñal, Juan Carlos Cano-Resa, Elisa Utrilla-Arroyo + * [:link: Open publication](https://doi.org/10.1016/j.softx.2026.102792) + ```bibtex + @article{CAMARMASALONSO2026102792, + title = {CREATOR: An integrated development environment for programming assembly in RISC-V architectures}, + journal = {SoftwareX}, + volume = {35}, + pages = {102792}, + year = {2026}, + issn = {2352-7110}, + doi = {https://doi.org/10.1016/j.softx.2026.102792}, + url = {https://www.sciencedirect.com/science/article/pii/S2352711026002840}, + author = {Diego Camarmas-Alonso and Felix Garcia-Carballeira and Alejandro Calderon-Mateos and Elias Del-Pozo-Puñal and Juan Carlos Cano-Resa and Elisa Utrilla-Arroyo} + } + ``` +
+
:newspaper: CREATOR-Sail: A RISC-V web simulator based on Sail ISA specification