Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
Enabled some browser sniffing in the preprocessor source code.tar.gz | 2023-08-15 | 2.2 MB | |
Enabled some browser sniffing in the preprocessor source code.zip | 2023-08-15 | 2.2 MB | |
Enabled some browser sniffing in the preprocessor.tar.gz | 2023-08-15 | 2.2 MB | |
Enabled some browser sniffing in the preprocessor.zip | 2023-08-15 | 2.2 MB | |
README.md | 2023-08-15 | 592 Bytes | |
Totals: 5 Items | 8.6 MB | 0 |
The preprocessor now automatically declares the constants PicoBlaze_Simulator_in_JS
and PicoBlaze_Simulator_for_Android
. On the web, PicoBlaze_Simulator_in_JS
is set to 1
and PicoBlaze_Simulator_for_Android
is set to 0
. In PicoBlaze Simulator for Android, it is vice versa.
The display
command is now implemented in JavaScript to work in PicoBlaze Simulator for Android, but it is by calling stubs (no-operations) in Java. So, I'll need to learn some more Java (or get a contributor who knows Java and Android) to implement display
fully in PicoBlaze Simulator for Android.