Bug 17054 - Z80 assembler does not support the 'defm' directive
Summary: Z80 assembler does not support the 'defm' directive
Status: RESOLVED FIXED
Alias: None
Product: binutils
Classification: Unclassified
Component: gas (show other bugs)
Version: 2.24
: P2 normal
Target Milestone: ---
Assignee: Not yet assigned to anyone
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-06-13 16:44 UTC by rjdymond
Modified: 2020-01-17 12:59 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description rjdymond 2014-06-13 16:44:51 UTC
The Z80 assembler does not support the defm directive; defm is equivalent to the defb/db directives, and is often used to define pure text strings as opposed to numeric byte values.

Support for the defm directive would be a nice addition for compatibility with other Z80 assemblers.
Comment 2 Nick Clifton 2020-01-17 12:59:03 UTC
Fixed