PPT Slide
Deklaracija tipa
Op{ta form svih deklaracija:
type identifikator is definicija_tipa;
type byte_int is range 0 to 255;
type signal_level is range -10.00 to +10.00;
type four_level_logic is (‘X’, ‘0’, ‘1’, ‘Z’);
type instrunction is
record
op_code : processor_op;
address_mod : mode;
end record;
Previous slide
Next slide
Back to first slide
View graphic version