# athrill_archived **Repository Path**: zongkai28/athrill_archived ## Basic Information - **Project Name**: athrill_archived - **Description**: athrill早期已归档的项目,发布至0.0.4版本,后期已转移至https://github.com/toppers/athrill,但后期仓库有迭代开发,未发布release版本,建议试用仍旧使用早期仓库。 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-12-05 - **Last Updated**: 2020-12-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Notice: This repository has been moved to [toppers](https://github.com/toppers/) Organization, and set this repo as archived. We no longer mainitain this code here. Please refer the following repo from now, and send Issues/PRs to it. * https://github.com/toppers/athrill athrill ======= Athrill is a CPU emulator. Athrill was developed to easily execute and debug embedded programs on virtual microcomputer. You can evaluate bare metal programs or embedded control programs running on real-time OS. Athrill at the moment supports V850 CPU instructions. # Table of Contents ----------------- * [Requirements](#requirements) * [Install](#install) * [Deomo](#demo) * [License](#license) # Requirements ------------ Athrill requires the following to run: * OS * [Linux] * Ubuntu(32bit) * [Windows] * MinGW32_NT-6.2(Windows10, Windows7) Athrill uses the following editors for source debugging: * Editor * [Linux] * geany * [Windows] * Sakura Editor # Install ----- After downloading Athrill project, add the following athrill executable binary folder path on the environment-variable (PATH). ``` export PATH=[athrill root folder]/src/bin:$PATH ``` Then make sure you can display usage of athrill on an arbitrary folder: Usage:athrill -m [OPTION]... -i : execute on the interaction mode. if -i is not set, execute on the background mode. -r : execute on the remote mode. this option is valid on the interaction mode. -t : set program end time using clocks. this option is valid on the background mode. -m : set athrill memory configuration. rom, ram region is configured on your system. # Demo --- Athrill debugging Real-time OS (asp3) demonstration. ![demo](https://github.com/tmori/athrill/blob/media/demo.gif) # License ------- Athrill is licensed under the TOPPERS License Agreement (http://www.toppers.jp/en/license.html).