tomcl / V2releases

A friendly ARM assembler and simulator for educational use
99 stars 6 forks source link

Support AArch64 #4

Open zumpchke opened 3 years ago

zumpchke commented 3 years ago

AArch64 has now been around for a decade, no need to continue with old hat ISAs like ARMv7.

tomcl commented 3 years ago

We wrote Visual2 to support ARM v6 / ARM v7 (very old) because that architecture was good for 1st year uni teaching a whole load of stuff - it was very regular and simple. The purpose was not so much teaching a specific assembly language as understanding low-level computation.

I agree it is now out of date - you could equally argue that learning assembler is out of date, although there remain small use cases.