Code Monkey home page Code Monkey logo

asmcc's People

Contributors

thomcc avatar

Watchers

 avatar  avatar  avatar

asmcc's Issues

Add support for compilers other than clang

Probably just GCC, maybe ICC eventually. This would require a way of getting the compiler to use from the user.

The hard thing here is figuring out which compiler they've selected (e.g. if they gave us an alias) and translating the flags to them, and using additional flags when they're helpful. E.g. verbose output for GCC would be enabled by -fasm-verbose, but -Wa,ahl should probably be passed too. ICC uses -fsource-asm.

I don't use gcc or icc on a regular basis so I'll probably only do this if there's interest.

Allow users to change compilation options if the compilation fails

Right now when compilation fails, you're given the option of editing the code you entered. This is already better than it used to be (where hopefully you had copied it into your clipboard), but it still is imperfect.

If you forgot a flag you wanted, (for example, your code uses exceptions and you didn't enable them) you need exit and try again, which is annoying. Even worse is when you forgot to enable -C and you lose the code after the assembly is generated (or maybe this just means -C should be on by default).

I'm not sure I'm going to add this unless I come up with a way to do it simply (without requiring complete restructuring of the code or the addition of a complex parser).

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.