mirror of
https://github.com/pevans/erc-c.git
synced 2024-11-27 05:49:24 +00:00
Add missing docblocks for NP2 and NP3
This commit is contained in:
parent
978ad1faaf
commit
bee2a0e86a
@ -68,10 +68,18 @@ DEFINE_INST(nop)
|
||||
// do nothing
|
||||
}
|
||||
|
||||
/*
|
||||
* This is not any different from NOP, except that it uses a different
|
||||
* address mode.
|
||||
*/
|
||||
DEFINE_INST(np2)
|
||||
{
|
||||
}
|
||||
|
||||
/*
|
||||
* This is not any different from NOP, except that it uses a different
|
||||
* address mode.
|
||||
*/
|
||||
DEFINE_INST(np3)
|
||||
{
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user