6502

The MOS Technology 6502 is an 8-bit microprocessor that was designed by Chuck Peddle and Bill Mensch for MOS Technology in 1975.

Assembler

By default, Atalan generated asm source code is compiled by MADS compiler.

Reference

For more information about 6502 processor go to http://6502.org.

Supported data types

:: 0..255

array(0..255) of (0..255 or -127..128) array(0..255) of 0..65535

::

Code like b = arr(idx) is translated to ldx idx lda arr,x sta b