A PIC18F4620 has the following specifications
RAM: 3942 × 8
ROM: 32k × 16
Stack: 32 × 16
How many lines of assembler can a program have until you run out of room?
How many lines of C can a program have until you run out of room?
What is the largest n times n array of integers this processor can store?
How many times can a subroutine call a subroutine which calls a subroutine until you run out space?