Category:Prog8: Difference between revisions

From Rosetta Code
Content added Content deleted
(Add page describing Prog8)
 
mNo edit summary
 
Line 3: Line 3:
|tags=prog8
|tags=prog8
}}
}}
''Prog8''' is a modern compiled programming language targeting computers based on the MOS 6502 family of CPUs. It is capable of building programs for the Atari 8-bit family (6502), Commodore 64 (6510) and 128 (8502), and the Commander X-16 (65c02). It's a relatively low-level language in the same niche as C, but specifically designed for the 8-bit architecture of its target systems.
'''Prog8''' is a modern compiled programming language targeting computers based on the MOS 6502 family of CPUs. The compiler and standard library have support for the Atari 8-bit family (6502), Commodore 64 (6510) and 128 (8502), and the Commander X-16 (65c02). It's a relatively low-level language in the same niche as C, but specifically designed for the 8-bit architecture of its target systems.


==Links==
==Links==
** [https://prog8.readthedocs.io Documentation]
* [https://prog8.readthedocs.io Documentation]
** [https://github.com/irmen/prog8 Github source]
* [https://github.com/irmen/prog8 Github source]


{{language programming paradigm|Procedural}}
{{language programming paradigm|Procedural}}

Latest revision as of 02:45, 5 March 2024

Language
Prog8
This programming language may be used to instruct a computer to perform a task.
Execution method:
Lang tag(s): prog8
See Also:


Listed below are all of the tasks on Rosetta Code which have been solved using Prog8.

Prog8 is a modern compiled programming language targeting computers based on the MOS 6502 family of CPUs. The compiler and standard library have support for the Atari 8-bit family (6502), Commodore 64 (6510) and 128 (8502), and the Commander X-16 (65c02). It's a relatively low-level language in the same niche as C, but specifically designed for the 8-bit architecture of its target systems.

Links

Pages in category "Prog8"

The following 2 pages are in this category, out of 2 total.