PokittoLib is the library needed for programming the Pokitto DIY game console (www.pokitto.com)

Committer:
spinal
Date:
Sun Nov 18 15:47:54 2018 +0000
Revision:
64:6e6c6c2b664e
Parent:
5:ea7377f3d1af
added fix for directrectangle()

Who changed what in which revision?

UserRevisionLine numberNew contents of line
Pokitto 5:ea7377f3d1af 1 LR_IROM1 0x00000000 0x40000 { ; load region size_region (256k)
Pokitto 5:ea7377f3d1af 2 ER_IROM1 0x00000000 0x40000 { ; load address = execution address
Pokitto 5:ea7377f3d1af 3 *.o (RESET, +First)
Pokitto 5:ea7377f3d1af 4 *(InRoot$$Sections)
Pokitto 5:ea7377f3d1af 5 .ANY (+RO)
Pokitto 5:ea7377f3d1af 6 ;*(.ARM.__at_0x3FFF4) ; key
Pokitto 5:ea7377f3d1af 7 }
Pokitto 5:ea7377f3d1af 8 ; 8_byte_aligned(16+47 vect * 4 bytes) = 0x100
Pokitto 5:ea7377f3d1af 9 ; 32kB (0x8000) - 0x100 = 0x7F00
Pokitto 5:ea7377f3d1af 10 RW_IRAM1 (0x10000000+0x100) (0x8000-0x100) {
Pokitto 5:ea7377f3d1af 11 .ANY (+RW +ZI)
Pokitto 5:ea7377f3d1af 12 }
Pokitto 5:ea7377f3d1af 13 }
Pokitto 5:ea7377f3d1af 14