Giter Club home page Giter Club logo

dis's People

Contributors

lybrown avatar pfusik avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

dis's Issues

Feature: xasm pseudo-instructions

I would welcome an option to use xasm pseudo-instructions and pseudo address modes.

E.g.

    lda #<dest
    sta ptr
    lda #>dest
    sta ptr+1
    ldx #192
do_line
    ldy #39
do_byte
    lda pattern,y
    sta (ptr),y
    dey
    bpl do_byte
    lda #40
    clc
    adc ptr
    sta ptr
    bcc skip
    inc ptr+1
skip
    dex
    bne do_line

becomes:

    mwa     #dest ptr
    ldx     #192
do_line
    ldy     #39
    mva:rpl pattern,y (ptr),y-
    lda #40
    add:sta ptr
    scc:inc ptr+1
    dex:bne do_line

Why? Shorter code = less to read = easier to understand (if you're accustomed to this syntax)

Feature: SAP files

Please support the SAP file format.

Suggested output format:

    opt h-
    dta c'SAP',13,10
    dta c'AUTHOR "Tomasz Liebich"',13,10
    dta c'NAME "Perestroyka - stereo"',13,10
    dta c'DATE "1989"',13,10
    dta c'SONGS 6',13,10
    dta c'STEREO',13,10
    dta c'TYPE D',13,10
    dta c'INIT 2003',13,10
    dta c'PLAYER 2000',13,10
    dta c'TIME 00:09.70 LOOP',13,10
    dta c'TIME 01:13.70 LOOP',13,10
    dta c'TIME 00:48.67 LOOP',13,10
    dta c'TIME 00:53.32 LOOP',13,10
    dta c'TIME 00:55.09 LOOP',13,10
    dta c'TIME 01:12.42 LOOP',13,10
    opt h+
; a XEX follows
    org f:$2000
    ...

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.