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
.struct Pointer l .byte h .byte .ends .struct DCB_S device .byte unit .byte command .byte status .byte buffer Pointer timeout .byte unused .byte count .word aux1 .byte aux2 .byte .ends .zpvar ADRESS Pointer = $64 ;INDIRECT POINTER .var DCB DCB_S = $300 ;DEVICE CONTROL BLOCK
This works:
mwa #$600 ADRESS
This doesn't but should:
mwa #$600 dcb.buffer
This does:
mwa #$600 dcb.buffer.l
The text was updated successfully, but these errors were encountered:
issue #18 fixed
389e1ef
No branches or pull requests
This works:
This doesn't but should:
This does:
The text was updated successfully, but these errors were encountered: