asm80-node icon indicating copy to clipboard operation
asm80-node copied to clipboard

ASM80 is the assembler for old 8bit CPUs. This is a standalone version for Node.js

Results 10 asm80-node issues
Sort by recently updated
recently updated
newest added

Title says it, for some reason the assembler doesn't accept those as instructions even though those are the official mnemonics. I was unable to find anything online showing how you're...

Hello! Thanks for asm80, it's a brilliant assembler! I'm having some difficulty trying to gleem the syntax for the IX/IY bit operations (DD/FD CB shift tables on the Z80) which...

--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/40710658-support-for-avr-8bit?utm_campaign=plugin&utm_content=tracker%2F48675805&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F48675805&utm_medium=issues&utm_source=github).

enhancement
Rejected

--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/67905429-named-modules-dot-naming-conventions?utm_campaign=plugin&utm_content=tracker%2F48675805&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F48675805&utm_medium=issues&utm_source=github).

enhancement

--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/40710659-including-remote-files-i-e-from-github?utm_campaign=plugin&utm_content=tracker%2F48675805&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F48675805&utm_medium=issues&utm_source=github).

enhancement

A library system for ASM80, allows all these stuff as e.g. TASM with libs. It should can: - create and manage libraries - include only the necessary code --- Want...

enhancement

--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/67905415-github-repo-integration?utm_campaign=plugin&utm_content=tracker%2F48675805&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F48675805&utm_medium=issues&utm_source=github).

enhancement

--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/67905401-comment-block?utm_campaign=plugin&utm_content=tracker%2F48675805&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F48675805&utm_medium=issues&utm_source=github).

enhancement

The TEC-1 dev group is moving to standardise on using ASM80 as the compiler for all the code... But we have some old code that was written for TASM 3.2...

test.a09: ``` jsr [1,x] ``` test.lst: ``` 0000 AD 11 JSR [1,x] ```