mirror of
https://github.com/pevans/erc-c.git
synced 2025-06-10 14:01:04 +00:00
Add missing docblocks for NP2 and NP3
This commit is contained in:
@ -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)
|
||||
{
|
||||
}
|
||||
|
Reference in New Issue
Block a user