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

Implement LOADLONG Operation #10

Open
craigthomas opened this issue Jul 8, 2024 · 0 comments
Open

Implement LOADLONG Operation #10

craigthomas opened this issue Jul 8, 2024 · 0 comments

Comments

@craigthomas
Copy link
Owner

The LOADLONG operation loads the index register with a 16-byte value. The value can either be the address of a previously defined label, or a numeric literal. The LOADLONG mnemonic is as follows:

LOADLONG message
LOADLONG $BEEF

The mnemonic is encoded as two separate 16-bit words:

F000 BEEF
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant