https://github.com/pgaskin/asm374
Assembler for the ELEC374 W23 CPU.
https://github.com/pgaskin/asm374
Last synced: about 1 year ago
JSON representation
Assembler for the ELEC374 W23 CPU.
- Host: GitHub
- URL: https://github.com/pgaskin/asm374
- Owner: pgaskin
- Created: 2023-02-24T07:38:45.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-08-07T01:18:47.000Z (almost 3 years ago)
- Last Synced: 2025-03-30T09:23:00.879Z (over 1 year ago)
- Language: C
- Homepage: https://qu.pgaskin.net/ASM374
- Size: 97.7 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
ASM374
Assembler for the ELEC374 W23 CPU
The latest web version is available at https://qu.pgaskin.net/ASM374.
Building:
- Install Clang 15.
- Download https://github.com/mstorsjo/llvm-mingw/releases/tag/20220906.
- make CC=/path/to/clang-15 CC_WIN=/path/to/llvm-mingw-20220906-msvcrt-ubuntu-18.04-x86_64/bin/x86_64-w64-mingw32-clang
- For the web version, only asm374.dist.html is required. You can also include
asm374.c and asm374.js in the same folder to show the code on the webpage.
- For Windows, use asm374.exe.
- For Linux, use asm374.
- To use the JavaScript library in another application, import asm374.dist.js.