We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
(SA-2) AND $0F
The upper 4 bits are (SA-2) & 0x0ff where SA is the secondary address. Examples: 10 REM LOAD VERA SETTINGS 20 LOAD"VERA.BIN",1,18 : REM SET ADDRESS TO $FXXXX
The upper 4 bits are (SA-2) & 0x0ff where SA is the secondary address.
Examples:
10 REM LOAD VERA SETTINGS 20 LOAD"VERA.BIN",1,18 : REM SET ADDRESS TO $FXXXX
https://github.com/commanderx16/x16-docs/blob/master/Commander%20X16%20Programmer's%20Reference%20Guide.md#other-new-features
The text was updated successfully, but these errors were encountered:
It was an accidental double-tap of the 'f' key.
'f'
Sorry, something went wrong.
I agree about the BASIC notation.
No branches or pull requests
(SA-2) AND $0F
?https://github.com/commanderx16/x16-docs/blob/master/Commander%20X16%20Programmer's%20Reference%20Guide.md#other-new-features
The text was updated successfully, but these errors were encountered: