Added warning

pull/2/head
ondra05 2023-07-26 00:16:50 +02:00
parent b0a2f8fadf
commit 2be4bf67e4
No known key found for this signature in database
GPG Key ID: 0DA6D2BB2285E881
1 changed files with 7 additions and 0 deletions

View File

@ -34,6 +34,13 @@ macro_rules! constmod {
/// - I: Immediate (implements [`crate::Imm`] trait)
/// - L: Memory load / store size (u16)
/// - Other types are identity-mapped
///
/// # BRC special-case
/// BRC's 3rd operand is plain byte, not a register. Encoding is the same, but for some cases it may matter.
///
/// Please, if you distinguish in your API between byte and register, special case this one.
///
/// Sorry for that :(
#[macro_export]
macro_rules! invoke_with_def {
($macro:path) => {