bc: typo fix in comment
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
parent
9037757c5f
commit
9b6bcfda0e
@ -152,7 +152,7 @@
|
|||||||
//////// "\nr - DC_LEX_SWAP swap top-of-stack
|
//////// "\nr - DC_LEX_SWAP swap top-of-stack
|
||||||
//////// "\n:r - DC_LEX_COLON pop index, pop value, store to array 'r'
|
//////// "\n:r - DC_LEX_COLON pop index, pop value, store to array 'r'
|
||||||
//////// "\n;r - DC_LEX_SCOLON pop index, fetch from array 'r', push
|
//////// "\n;r - DC_LEX_SCOLON pop index, fetch from array 'r', push
|
||||||
//////// "\nLr - DC_LEX_LOAD_PO, pop register 'r', push
|
//////// "\nLr - DC_LEX_LOAD_POP pop register 'r', push
|
||||||
//////// "\nSr - DC_LEX_STORE_PUSH pop, push to register 'r'
|
//////// "\nSr - DC_LEX_STORE_PUSH pop, push to register 'r'
|
||||||
//////// "\nlr - DC_LEX_LOAD read register 'r', push
|
//////// "\nlr - DC_LEX_LOAD read register 'r', push
|
||||||
//////// "\nsr - DC_LEX_OP_ASSIGN pop, assign to register 'r'
|
//////// "\nsr - DC_LEX_OP_ASSIGN pop, assign to register 'r'
|
||||||
|
Loading…
Reference in New Issue
Block a user