Skip to content

Auto memory banking and .INIT / .RUN directrives

Latest
Compare
Choose a tag to compare
@CycoPH CycoPH released this 05 May 13:32
· 3 commits to master since this release

V1.25

  • Added basic trigonometry functions as dot commands: .sin, .cos
    These can be used in loops to generate trig tables.
  • Added -a / -mac65 option
    This option will create a memory bank for every program counter assignment and will make Atasm more compatible with mac/65.
  • Added the .INIT and .RUN directives to simplify the INITAT and RUNAT segment generation.
    Check the tests/how-to-boot-asm-*.asm samples