Skip to content

ken90242/sys-software-c2asm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple translator from C to ASM(assembly)

Final project in System-software class

image

Build JAR PACKAGE

(in ./sys-software-c2asm)

  1. Compile .java file
$ javac -d ./bin ./src/*.java
  1. Build a .jar package
$ jar cvf [target.jar] -C bin/ .
  1. Update manifest file
$ jar uvfm [target.jar] manifest.mf

Usage

java -jar [target.jar] [source.c] [output.asm]

About

From c to asm - a simple assembler

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages