mirror of
https://github.com/VARCem/asm6502.git
synced 2026-09-25 08:06:40 +00:00
work on documentation
This commit is contained in:
@@ -3,7 +3,7 @@ Early version of my 6502 assembler implementation. Hopefully ANSI C conformant.
|
||||
|
||||
|
||||
## Example
|
||||
The following example implements a hello world program for the Commodore C64. Compile with `asm6502 helloc64.asm helloc64.prg`.
|
||||
The following example implements a hello world program for the Commodore C64. Assemble with `asm6502 helloc64.asm helloc64.prg`.
|
||||
|
||||
; C64 Hello World
|
||||
; assemble to .PRG file: asm6502 helloc64.asm helloc64.prg
|
||||
@@ -37,7 +37,7 @@ The following example implements a hello world program for the Commodore C64. Co
|
||||
|
||||
|
||||
|
||||
## Description
|
||||
## Documentation
|
||||
*The documentation is currently only a stub*
|
||||
|
||||
## Data types
|
||||
|
||||
Reference in New Issue
Block a user