mirror of
https://github.com/VARCem/asm6502.git
synced 2026-09-24 23:57:14 +00:00
Merge branch 'trunk' of github.com:boeckmann/asm6502 into trunk
This commit is contained in:
@@ -109,6 +109,11 @@ Sets the current program counter to the numeric value of the argument
|
||||
|
||||
.ORG $0801
|
||||
|
||||
### .INCLUDE directive
|
||||
Substitutes the directive with the contents of a file given by the argument.
|
||||
|
||||
.INCLUDE "c64krnl.inc"
|
||||
|
||||
### .BYTE directive
|
||||
Produces one or more output bytes. The arguments are separated by comma. Strings enclosed by " may also be used.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user