Giter VIP home page Giter VIP logo

Comments (4)

fadden avatar fadden commented on July 20, 2024

This is the expected behavior. Code generated from the assembler dialog is targeted at one specific assembler only. The code generator has to worry about subtleties in syntax and bugs. In theory you could make a completely template-driven generator, but you wouldn't be able to be confident that the code would be correct without the regression tests.

You may be able to get what you want by configuring the display, then Edit > Select All, Edit > Copy, and then paste the text into a new text file. The default clipboard copy option is "assembly", which copies the label, opcode, operand, and comment to the clipboard.

from 6502bench.

42Bastian avatar 42Bastian commented on July 20, 2024

Why not add way to save this view w/o the burdon to CCP it?

from 6502bench.

fadden avatar fadden commented on July 20, 2024

This isn't the way I expected things to be used -- the ideal answer is to generate code for the specific assembler -- but I can see how it would be useful for unsupported assemblers (especially those that run natively rather than as a cross-assembler). The output will likely need some editing, but possibly less editing than a cc65/Merlin 32 output file would.

from 6502bench.

fadden avatar fadden commented on July 20, 2024

Added File > Export, which will generate output that matches the display list.

First available in v1.3.0-dev6.

from 6502bench.

Related Issues (20)

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.