14 lines
598 B
Plaintext
14 lines
598 B
Plaintext
% Application : floating point sharing test
|
|
|
|
% Warning: Saving a VxMicro project file (.vpf) with the
|
|
% VxMicro Project Manager (VPM) tool will result in any
|
|
% manually entered comments being removed, along with
|
|
% any format changes being undone.
|
|
|
|
% TASK NAME PRIO ENTRY STACK GROUPS
|
|
% =======================================================
|
|
TASK load_low 10 load_store_low 2048 [EXE]
|
|
TASK load_high 5 load_store_high 2048 [EXE]
|
|
TASK pi_low 10 calculate_pi_low 2048 [EXE]
|
|
TASK pi_high 5 calculate_pi_high 2048 [EXE]
|