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

[Feature request] Warn about PUSHC/PUSHO/PUSHS without POPC/POPO/POPS #1559

Open
Rangi42 opened this issue Nov 24, 2024 · 0 comments
Open

[Feature request] Warn about PUSHC/PUSHO/PUSHS without POPC/POPO/POPS #1559

Rangi42 opened this issue Nov 24, 2024 · 0 comments
Labels
enhancement Typically new features; lesser priority than bugs rgbasm This affects RGBASM

Comments

@Rangi42
Copy link
Contributor

Rangi42 commented Nov 24, 2024

This file assembles without any warnings, even at -Weverything:

section "test", rom0
pushc
pusho
pushs

We have -Wunterminated-load for LOAD without ENDL; maybe we should have -Wunterminated-push for these directives.

@Rangi42 Rangi42 added enhancement Typically new features; lesser priority than bugs rgbasm This affects RGBASM labels Nov 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Typically new features; lesser priority than bugs rgbasm This affects RGBASM
Projects
None yet
Development

No branches or pull requests

1 participant