You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is an `ATR` disk image for the Atari 8-bit computers and binaries of the
34
+
cross-compiler for different platforms.
22
35
23
36
24
37
Manual
25
38
------
26
39
27
-
There is a full manual with all the supported syntax in the file [manual.md](manual.md).
40
+
There is a full manual with all the supported syntax in the file **[manual.md](manual.md)**.
28
41
29
-
To use the cross-compiler, download from the releases and see [compiler/USAGE.md](compiler/USAGE.md) for instructions.
42
+
To use the cross-compiler, download from the releases and see **[compiler/USAGE.md](compiler/USAGE.md)** for instructions.
43
+
44
+
For the Atari 5200 support, read the **[Atari 5200 manual appendix](a5200.md)**.
30
45
31
-
For the Atari 5200 support, read the [Atari 5200 manual appendix](a5200.md).
32
46
33
47
Sample files
34
48
------------
35
49
36
-
There are samples for the [integer only compiler](samples/int/) and for the [floating point compiler](samples/fp/), in addition to more test programs in the [tests](tests/) folder.
50
+
There are samples for the **[integer only compiler](samples/int/)** and for the **[floating point compiler](samples/fp/)**, in addition to more test programs in the **[tests](tests/)** folder.
37
51
38
52
39
53
License
@@ -58,17 +72,15 @@ by you under any license of your choosing, either proprietary or copyleft.
58
72
Compiling the sources
59
73
---------------------
60
74
61
-
To compile the sources, you need:
62
-
63
-
- Host build tools (make & gcc) to build the syntax generator
64
-
- mkatr, from https://github.com/dmsc/mkatr to build the Atari disk image (ATR) file.
75
+
To compile the sources, you only need a C++ compiler and the `make` tool.
65
76
66
-
Then, type make to build all sources to a "fastbasic.xex" file and a "fastbasic.atr" disk image.
77
+
Type `make` to build all sources to a "fastbasic.atr" disk image.
67
78
68
79
There is also a test-suite that tests various source files compiled with the
69
80
Atari compiler and the cross compilers, you can run the test-suite by typing
0 commit comments