mirror of
https://github.com/hsoft/collapseos.git
synced 2024-11-01 21:30:55 +11:00
aa8df95f7d
Also, add a "real world" example in AVRA tests, a blink program on a ATtiny45. Some instructions are commented out because they aren't implemented yet, but not many. The output of the program has been verified against AVRA's own output.
10 lines
202 B
C
10 lines
202 B
C
.equ FLASHEND 0x07ff ; Note: Word address
|
|
.equ IOEND 0x003f
|
|
.equ SRAM_START 0x0060
|
|
.equ SRAM_SIZE 256
|
|
.equ RAMEND 0x015f
|
|
.equ XRAMEND 0x0000
|
|
.equ E2END 0x00ff
|
|
.equ EEPROMEND 0x00ff
|
|
.equ EEADRBITS 8
|