Card application ?

Hi allJava Card Application required Ram Size ?(Owner application)How to get this Size? (calculate)
[134 byte] By [vasoline] at [2007-9-26 9:15:19]
# 1

RAM or EPROM?

RAM is used for stack (local variables, parameters, etc) and transient objects. EPROM may contain code and object instances.

Anyway, occupied size in RAM or EPROM depends on implementation of Java Card.

Size in EPROM is approximately the same as size of all components of cap file excluding descriptor.cap.

Approximate RAM requirements can be calculated using specification. Each method parameter and local variable occupies 2 bytes (int values - 4 bytes). Each method call takes 6-8 bytes on stack.

Alb at 2007-7-1 20:27:40 > top of Java-index,Java Mobility Forums,Consumer and Commerce...