IntroductionWhizz is a BBC BASIC V compiler for RISC OS
Details
Put simply, !Whizz takes a BASIC source code file and converts each line into an equivalent sequence of assembly language instructions. This is done for the entire program to produce an assembly language source file. Function / procedure names are copied from the BASIC file and given to their corresponding subroutines in the assembly source. All REMS are also copied across as comments.
|