|
|
|
JavaScript tiny assembler for PACHIPACHI computer
How to use:
- Write the assembler code in the left textarea. Hexadecimal and binary digit codes will be made in the center and right textarea.
- Always use hexadecimal, 2 digits for 1 byte value, and 4 digits for 2 byte value. Either "Ox" or "h" is NOT needed.
- ORG statement can be used to specify absolute address.
- Label can contain alphabet, number and underscore. It must be end with ":". Case-non specific.
- Comment can be inserted by using either "#", ";", "//", or "/* */".
|