LSP shows macro param usage points as errors #1

Closed
opened 2026-03-25 00:43:34 +00:00 by bcox · 0 comments
Owner
; EXITSYS returns to the system monitor with A set to the given value.
	.macro	EXITSYS retcode
	LD	A, \retcode
	RST	0
	.endm

The LD A, \retcode line is shown as a syntax error "unexpected character"

```sbc7 ; EXITSYS returns to the system monitor with A set to the given value. .macro EXITSYS retcode LD A, \retcode RST 0 .endm ``` The `LD A, \retcode` line is shown as a syntax error "unexpected character"
bcox closed this issue 2026-03-29 17:50:39 +00:00
bcox referenced this issue from a commit 2026-04-05 04:54:02 +00:00
bcox referenced this issue from a commit 2026-04-05 05:52:54 +00:00
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
bcox/sbc7#1
No description provided.