1
0
mirror of https://github.com/pevans/erc-c.git synced 2024-09-29 11:55:01 +00:00

Add missing docblocks for NP2 and NP3

This commit is contained in:
Peter Evans 2018-02-22 14:10:19 -06:00
parent 978ad1faaf
commit bee2a0e86a

View File

@ -68,10 +68,18 @@ DEFINE_INST(nop)
// do nothing // do nothing
} }
/*
* This is not any different from NOP, except that it uses a different
* address mode.
*/
DEFINE_INST(np2) DEFINE_INST(np2)
{ {
} }
/*
* This is not any different from NOP, except that it uses a different
* address mode.
*/
DEFINE_INST(np3) DEFINE_INST(np3)
{ {
} }