Forum Discussion
Altera_Forum
Honored Contributor
14 years agoNios ii Instruction Macros
Can anyone explain to me how macros of the nios ii instructions (addi, subi, movi, ...) are interpreted in computer system vhd file? Do their entities and definitions exist in the vhd file of the ...
Altera_Forum
Honored Contributor
14 years agoI still don't see why you have a problem....
Those gas macros convert assembly source lines into ones that gas itself understands. gas generates an object file containing the numeric instructions. The cpu logic is controlled by the instructions. This is what happens for any cpu. Altera encrypt the internals of the cpu so that it can't be copied, quite a lot of the operation can be inferred from the instruction set and instruction timings.