Support for "virtual operands" of subroutines like this:

jsr	SomeProc
.byte	$00, $01 ; argument to SomeProc
; return here from SomeProc
bit	$3F
This commit is contained in:
AIDA Shinra
2018-06-10 18:09:11 +09:00
parent b74ab9de89
commit 9283e9ca98
9 changed files with 66 additions and 4 deletions

View File

@@ -105,6 +105,7 @@ typedef enum token_t {
INFOTOK_COMMENT,
INFOTOK_ADDR,
INFOTOK_SIZE,
INFOTOK_VOPERAND,
/* ASMINC section */
INFOTOK_FILE,