Coder Social home page Coder Social logo

common's Introduction

c64lib/common

License: MIT CircleCI CircleCI Gitter

Check our User's Manual for more documentation on this library.

Change log

Changes in version 0.5.0

  • New macro exposed: c64lib_copy8
  • New macro exposed: c64lib_copy16
  • New subroutine: copy-large-mem-backward.asm

Changes in version 0.4.0

  • New macro: compress.asm\compressRLE.
  • New subroutine: decompress-rle.asm.

Changes in version 0.3.0

  • New macro: math.asm/mulAndAdd - multiple two numbers and add result to memory location.

Changes in version 0.2.0

  • Public elements of library are also declared as global symbols in "-global.asm" files using c64lib_ name prefix.

  • New macro: common.asm/fbne - far bne.

  • New macro: common.asm/fbmi - far bmi.

  • New macro: common.asm/ch - to define single line of hires character.

  • New macro: common.asm/cm - to define single line of multicolor character.

  • New pseudocommand: math.asm/add16 - add two 16-bit values.

  • New pseudocommand: math.asm/sub16 - subtract two 16-bit values.

  • New pseudocommand: math.asm/asl16 - 16-bit asl operation.

  • New pseudocommand: math.asm/inc16 - increment 16-bit number.

  • New pseudocommand: math.asm/dec16 - decrement 16-bit number.

  • New pseudocommand: mem.asm/copy16 - copies 16-bit number.

  • New pseudocommand: mem.asm/copy8 - copies 8-bit number.

  • New pseudocommand: mem.asm/set8 - sets 8-bit number to given value.

common's People

Contributors

maciejmalecki avatar maciejmaleckicg avatar

Stargazers

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

Watchers

 avatar  avatar  avatar  avatar

common's Issues

Major overhaul

  • Split into fine grained modules
  • Write global implementation, make macros local.
  • Write tests with 64spec

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.