Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add .FILL size,value; remove magic numbers; fix .END behaviour #26

Merged
merged 1 commit into from
Sep 25, 2024

Conversation

Ho-Ro
Copy link
Contributor

@Ho-Ro Ho-Ro commented Sep 24, 2024

.fill is used by e.g. Grant Searle's Z80 basic, supported by uz80as

0000    00                  nop
0001    AA AA AA AA         .fill   2 * 3, $55 << 1
0005    AA AA
0007    00                  nop

```
0000    00                  nop
0001    AA AA AA AA         .fill   2 * 3, $55 << 1
0005    AA AA
0007    00                  nop
```

Signed-off-by: Martin <[email protected]>
@sarnau sarnau merged commit a743011 into sarnau:master Sep 25, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants