--- dataset_info: features: - name: files dtype: string - name: x86 dtype: string - name: arm dtype: string splits: - name: train num_bytes: 668145 num_examples: 159 download_size: 149082 dataset_size: 668145 configs: - config_name: default data_files: - split: train path: data/train-* --- **Please see paper & code for more information:** - https://github.com/ahmedheakl/asm2asm - https://arxiv.org/abs/2411.16341 ## Citations If you use this model in your research, please cite it as follows: ``` @article{heakl2024cisc, title={From CISC to RISC: language-model guided assembly transpilation}, author={Heakl, Ahmed and Abi, Chaimaa and Hossam, Rania and Mahmoud, Abdulrahman}, journal={arXiv preprint arXiv:2411.16341}, year={2024} } ```