stardot / beebasm

A portable 6502 assembler with BBC Micro style syntax
http://www.retrosoftware.co.uk/wiki/index.php/BeebAsm
GNU General Public License v3.0
84 stars 26 forks source link

COPYBLOCK isn't in the documentation #31

Closed davidgiven closed 6 years ago

davidgiven commented 6 years ago

I only found out about it from the changelog!

I'd suggest:

---snip--- COPYBLOCK , ,

This copies a block of assembled data from one location to another. This is useful for allowing code assembled at one location to be copied into a program's data area (for relocation later). ---snip---

mungre commented 6 years ago

Fixed in proposed-updates: https://github.com/stardot/beebasm/commit/beef190f0ef4af8e66a2e06ea11725d615ce77cd

davidgiven commented 6 years ago

Thanks!