| Code Range | 0x2C | 
| Pops | f: function identifier number (integer in the range 0 to n-1 where n is specified in the 'maxp' table ) | 
| Pushes | – | 

| Code Range | 0x2D | 
| Pops | – | 
| Pushes | – | 
| Code Range | 0x2B | 
| Pops | f: function identifier number (integer in the range 0 to n-1 where n is specified in the 'maxp' table ) | 
| Pushes | – | 

| Code Range | 0x2A | 
| Pops | f: function number integer in the range 0 to n-1 where n is specified in the 'maxp' table | 
| count: number of times to call the function (signed word) | |
| Pushes | – | 

| PUSHB(000), 17 | push 17 onto the stack | 
| FDEF[ ] | start defining function 17 | 
| ... | contents of function | 
| ... | |
| ENDF[ ] | end the definition | 
| PUSHB(000),17 | push function number | 
| PUSHB(000),5 | push count | 
| LOOPCALL[ ] | call function17, 5 times | 
| Code Range | 0x89 | 
| Pops | opcode (8 bit code padded with zeroes to ULONG) | 
| Pushes | – |