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

Undeprecate ld [$ff00+c] #1619

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Rangi42
Copy link
Contributor

@Rangi42 Rangi42 commented Jan 18, 2025

Fixes #1600

#1574 deprecated ld [c], as it documented in rgbasm-old.5. But it also deprecated ld [$ff00+c], which is popular enough that we want to keep it.

Screen Shot 2025-01-17 at 23 51 30

Also note that although ldh [c] is the recommended form of this instruction, ldh [$ff00+c] is a valid but redundant alternative.

(Maybe in the future we'll deprecate ldh [$ff00+c], or deprecate [$ff00+c] altogether, but not for now.)

@Rangi42 Rangi42 added enhancement Typically new features; lesser priority than bugs rgbasm This affects RGBASM labels Jan 18, 2025
@Rangi42 Rangi42 added this to the 0.9.1 milestone Jan 18, 2025
@Rangi42 Rangi42 force-pushed the undeprecate-ld-ff00-c branch from c01b402 to 048d894 Compare January 18, 2025 04:52
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

Successfully merging this pull request may close these issues.

Undeprecate ld [$ff00+c]
1 participant