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

Version 0.2.1 now can runs commands bellow. #1

Open
Duiccni opened this issue Sep 3, 2023 · 0 comments
Open

Version 0.2.1 now can runs commands bellow. #1

Duiccni opened this issue Sep 3, 2023 · 0 comments
Labels
documentation Improvements or additions to documentation

Comments

@Duiccni
Copy link
Owner

Duiccni commented Sep 3, 2023

value: decimals, hexadecimal, binary numbers, constants (&<name>), address and origin ($, $$), zero (?), pow(2, x) (^x)
reg: eax, bx, cl, dh, si, esi, di
ptr: *<value>
size: byte, x8, long, short, word, dword (NOTE: if size didn't give its calculates automatically by code or give size Word)

NOTE: Memory values can seem reversed, it's expected they need to be changed.

1.org .value (defines origin <- .value)
2.con .name .value (defines constants .name <- .value)
3.flush (constants.clear())
4.def .size .value (write value in memory)
5.times .value .command_set
6.jmp .reg || .size .value
7.not
8.neg
9.inc
10.dec

@Duiccni Duiccni added the documentation Improvements or additions to documentation label Sep 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

1 participant