ahmedheakl
commited on
Commit
•
0cacb2f
1
Parent(s):
faf31b3
Update README.md
Browse files
README.md
CHANGED
@@ -19,3 +19,19 @@ configs:
|
|
19 |
- split: train
|
20 |
path: data/train-*
|
21 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
19 |
- split: train
|
20 |
path: data/train-*
|
21 |
---
|
22 |
+
|
23 |
+
**Please see paper & code for more information:**
|
24 |
+
- https://github.com/ahmedheakl/asm2asm
|
25 |
+
- https://arxiv.org/abs/2411.16341
|
26 |
+
|
27 |
+
## Citations
|
28 |
+
|
29 |
+
If you use this model in your research, please cite it as follows:
|
30 |
+
```
|
31 |
+
@article{heakl2024cisc,
|
32 |
+
title={From CISC to RISC: language-model guided assembly transpilation},
|
33 |
+
author={Heakl, Ahmed and Abi, Chaimaa and Hossam, Rania and Mahmoud, Abdulrahman},
|
34 |
+
journal={arXiv preprint arXiv:2411.16341},
|
35 |
+
year={2024}
|
36 |
+
}
|
37 |
+
```
|