Skip to content

Commit fc2b750

Browse files
Update index.html
1 parent 754de80 commit fc2b750

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

index.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,13 @@
3737
<h3 style="font-weight: 200">MacSim - AVR Simulator for OSX</h3>
3838
<p><a href="/downloads/macsim%200.8%20b3.zip">DOWNLOAD 0.8 b3 FREE (1.6MB)</a></p>
3939
</div>
40-
<p class="text-center"><strong>NEW RELEASE!</strong><br />23 October 2025: Version 0.8 b3 of MacSim is now available for download at the link above. Check the <a href="/blog/">blog post</a> for details.<br /> As it uses Apples new application frameworks MacSim requires OSX version 10.14+.<br /> It is also unsigned so the first time you run it you will have to approve opening it by visiting the Privacy &amp; Security panel of the System Settings.<br /></p>
40+
<p class="text-center"><strong>NEW RELEASE!</strong><br />23 October 2025: Version 0.8 b3 of MacSim is now available for download at the link above.<br /> As it uses Apples new application frameworks MacSim requires OSX version 10.14+.<br /> It is also unsigned so the first time you run it you will have to approve opening it by visiting the Privacy &amp; Security panel of the System Settings.<br /> Check the <a href="/blog/">blog post</a> for details.</p>
4141
<div class="text-center" style="padding-top: 15px; padding-bottom: 30px">
4242
<img src="/images/macsim.jpg" alt="" class="img-fluid" style="max-height: 400px" />
4343
</div>
4444
<div>
4545
<p>Welcome to MacSim - the Atmel AVR microcontroller simulator for OS X! With MacSim you can load an AVR hex file into a simulated tiny2313, tiny84 or mega328 AVR and watch your code execute. Step through the code one instruction at a time or set it to auto step and adjust the speed from slow to fast. Set code breakpoints to stop the processor and examine the AVR registers, I/O ports and RAM or set a watchpoint to stop the simulation whenever a memory location or register is accessed.</p>
4646
<p><strong>IMPORTANT:</strong> MacSim is not yet at version 1.0 and may contain bugs in some of the instructions. Code that relies on timers, eeprom or other peripherals will not work correctly as these are not yet supported, however many small programs that use just the processor work great. MacSim comes with a built in collection of examples such as finding primes and string manipulation, to get you started.</p>
47-
<p>Also note that MacSim is currently unsigned so you will have to approve opening it by visiting the Privacy &amp; Security panel of the System Settings. See the <a href="/blog/">blog post</a> for details.</p>
4847
<p>An older version of MacSim can be downloaded from the <a href="/resources">Resources</a> page.</p>
4948
</div>
5049
<p>FEATURES</p>

0 commit comments

Comments
 (0)