Subject:
|
Re: IC stack problem
|
Newsgroups:
|
lugnet.robotics.handyboard
|
Date:
|
Fri, 24 Apr 1998 00:50:14 GMT
|
Original-From:
|
Randy Sargent <rsargent@newtonlabs.+NoSpam+com>
|
Viewed:
|
1468 times
|
| |
| |
Dear Jan-Sipke,
Two-dimensional arrays are not implemented in the freeware IC 2.8 --
sorry. I just tested and your code works fine with IC 3.1/3.2.
-- Randy
--------------------
Jan-Sipke van der Veen wrote:
>
> Hello everybody,
>
> Is something wrong with this code or is it IC?
>
> { int a[4][4], i; for (i=0; i<4; i++) { a[i][i]=i; } }
>
> When I type this at the IC prompt it complains:
>
> Downloading 79 bytes (addresses C200-C24E): 79 loaded
> COMPILER ERROR!: 2 extra bytes left on board stack
>
> Any ideas?
>
> Jan Sipke van der Veen
--
----------------------------------------------------------------
Randy Sargent Newton Research Labs
President Robotic Systems and Software
rsargent@newtonlabs.com http://www.newtonlabs.com/
|
|
Message is in Reply To:
| | IC stack problem
|
| Hello everybody, Is something wrong with this code or is it IC? { int a[4][4], i; for (i=0; i<4; i++) { a[i][i]=i; } } When I type this at the IC prompt it complains: Downloading 79 bytes (addresses C200-C24E): 79 loaded COMPILER ERROR!: 2 extra (...) (27 years ago, 22-Apr-98, to lugnet.robotics.handyboard)
|
2 Messages in This Thread:
- Entire Thread on One Page:
- Nested:
All | Brief | Compact | Dots
Linear:
All | Brief | Compact
|
|
|
|