mirror of
https://github.com/piotr-wiszowaty/foco65.git
synced 2025-04-09 10:40:01 +00:00
README: add Atari executable skeleton
This commit is contained in:
parent
ea028ac378
commit
049a45ef4c
19
README.md
19
README.md
@ -58,6 +58,25 @@ order: `init`, `boot`, `data`, `code` or other - specified by the user.
|
||||
Examples
|
||||
--------
|
||||
|
||||
Atari XL/XE executable skeleton. Uses xasm a a backend.
|
||||
|
||||
<pre><code>
|
||||
[section] init
|
||||
|
||||
[code]
|
||||
org $2000
|
||||
[end-code]
|
||||
|
||||
: main
|
||||
begin
|
||||
...
|
||||
again ;
|
||||
|
||||
[code]
|
||||
run boot
|
||||
[end-code]
|
||||
</code></pre>
|
||||
|
||||
Atari XL/XE example: display character table as 16x16 array.
|
||||
Uses xasm as a backend.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user