Skip to content
/ easmx Public

A fork of the asmx assembler usable as embeddable library.

Notifications You must be signed in to change notification settings

floooh/easmx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

easmx

A fork of the asmx assembler, slightly extended for the VSCode KC IDE extension.

What's new:

  • use cmake as build system with a WASI build preset
  • split build into a library and executable
  • incbin opens files in binary mode (rb)
  • add a -i [dir] cmdline option to provide a root directory for includes (important for platforms without the concept of a current working directory, like WASI)
  • add a -m [filename] cmdline option to generate a .map file (maps machine code addresses back to source files and line numbers)

About

A fork of the asmx assembler usable as embeddable library.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published