Compare commits

...

108 Commits

Author SHA1 Message Date
Milang 47529dd99c Delete unused pictures 2020-04-04 14:57:25 +02:00
Milang 2a85f98b93 add spikes (25%) 2020-04-03 19:20:03 +02:00
Milang 14caa99616 updated coyote time code
(cleaning some code to add functionnalities later)
2020-04-03 14:43:45 +02:00
Milang 1a877773f7 opimisations about mario 2020-03-14 15:02:12 +01:00
Milang 86286e4b29 new brick behaviour when destroying 2020-03-13 13:10:01 +01:00
Milang 0eaaac1a9c fix flour bug
this bug permitted to throw bullets without being big, when you are small and take a flower
2020-03-13 12:10:06 +01:00
Milang 0f6f429514 completed level 3
(some adjustements may come)
2020-03-13 10:55:17 +01:00
Milang 21734f0765 completing lvl 1- 3
adding items for 1-3
to be continued...
2020-03-11 11:41:59 +01:00
Milang e06d2eb947 update build 2020-03-11 11:29:22 +01:00
Milang b6ae4b8cc9 plante piranha completée 2020-03-10 19:34:09 +01:00
Milang eb1e3e1fc6 completing piranha plants 2020-03-10 19:20:06 +01:00
Milang 9476c81e50 level changes
currently adding plants (part 1)
2020-03-07 15:22:39 +01:00
Milang 35c1214270 Fixed camera 2020-03-07 15:22:07 +01:00
Milang 23b98fd3d4 fix minor camera "bugs"
&correct error provided by previour commit
2020-03-04 15:08:35 +01:00
milang 13872b3dcb reduce koopa code
merge code from KOOPA_V & KOOPA_R
2020-02-29 19:15:09 +01:00
milang 5f9791f6aa optimized ennemi behaviour (to be tested)
replace ennemies specific behaviours by a switch => means less duplicated code
2020-02-29 19:01:17 +01:00
milang 1b3acce432 update ennemi functions
use `ennemi_t const * ` instead of `ennemi_t *` in display methods
2020-02-29 18:24:33 +01:00
Milang 6a744b0547 clean code & prepare to add piranha plants 2020-02-25 18:42:40 +01:00
Milang 76fe4d2e3f improve time & score displaying 2020-02-25 17:35:06 +01:00
Milang 9760257d76 fallback to getkey after gint's getkey improvements 2020-02-23 13:50:59 +01:00
Milang 7c9da97baf last chance to fix timer bug 2020-02-22 17:56:09 +01:00
Milang 98ff078150 fix second timer bug 2020-02-20 18:24:40 +01:00
Milang da4d716878 Fix timer bug reported by @Calcloverhk 2020-02-20 15:45:41 +01:00
Milang a2754a92fd fix flag drawing 2 2020-02-18 14:35:26 +01:00
Milang 3c467a5c5b correct flag drawing 2020-02-18 14:32:44 +01:00
Milang 2547765eef add commands for the camera & slow down ennemies to their initial speed 2020-02-18 13:47:44 +01:00
Milang 8306be7e7a minimize ram use due to a lack of ram 2020-02-18 13:03:57 +01:00
Milang f739816d03 clean bullets & correct special brick bug 2020-02-17 19:16:50 +01:00
Milang 7475d478f5 some code cleaning 2020-02-17 18:43:16 +01:00
Milang 5aeb14b1c6 fix minor brick display bug 2020-02-17 17:53:37 +01:00
Milang 72d1ce0255 clean mario.c source code 2020-02-17 14:49:03 +01:00
Milang 27a22209e3 fix minor hitbox bug when conflict with platform & blocs 2020-02-17 10:45:11 +01:00
Milang 7138dd442c global code cleaning, especially with function names 2020-02-16 20:43:35 +01:00
Milang 0c527962ab clear world.c code 2020-02-16 18:47:20 +01:00
Milang de30485e46 add left animation for pipes 2020-02-16 15:20:35 +01:00
Milang 45a70614a0 fix coyote time bug and change a little hitboxes 2020-02-16 13:32:16 +01:00
Milang 99120d5299 new pipe sprite 2020-02-16 12:53:02 +01:00
Milang 6d29add2da new mario hit box => reduced width 2020-02-16 12:51:27 +01:00
Milang 4fb0254dba update textures, animations & add new keyboard keys for debug 2020-02-16 11:49:01 +01:00
Milang ef10b6c6e6 fix time over bug 2020-02-16 11:14:53 +01:00
Milang e2b6eac34b fix keyboard bug, lighten interface & clean some parts of the code 2020-02-15 19:35:49 +01:00
Milang d9d6648a17 clean ingame interface -> score & coins are hidden, and are shown only when they change 2020-02-15 14:40:01 +01:00
Milang 8ab8a4cd7a add fx9860g emulator integrated to the folder
clean LaunchUI() func (proper switch etc..)
2020-02-15 13:41:50 +01:00
Milang fae77016d5 add a new camera system (experimental) 2020-02-07 10:40:24 +01:00
Milang 1aa5edd231 add coyote time & jump buffering 2020-02-07 10:39:43 +01:00
Milang 4ed9222790 correct fire bullet speed 2020-02-07 10:39:21 +01:00
Milang e6ed094095 add specific comportement when a plateform is could pass trough mario 2020-02-04 20:34:30 +01:00
Milang 48625d4ce4 update start coords 2020-02-04 20:15:36 +01:00
Milang a6bb83f355 add plateforms as complete physical objects
there are no max coordinates any longer, but now thay can fall, and there is a better support with mario (not complete yet)
2020-02-04 20:12:17 +01:00
Milang 748d7c04db fixed plateforms bug 2020-02-03 15:13:37 +01:00
Milang f3c5a89450 updated icon 2020-02-03 11:53:55 +01:00
Milang 2ce87496e6 fixed ram management bug 2020-02-03 11:52:19 +01:00
Milang 7ff674bc39 fixed ram management bug 2020-02-03 11:12:54 +01:00
Milang 54ab77daed add tree img 2020-02-02 20:32:02 +01:00
Milang ed25c7394a ajout des decos 2020-02-02 20:31:44 +01:00
Milang a8a8550e05 add level 1 to binary levels 2020-02-02 17:55:03 +01:00
Milang ddef97b66b add ennemi support 2020-02-02 16:48:23 +01:00
Milang af29ac6970 fixed flag bug 2020-02-02 16:24:40 +01:00
Milang 71f3e778bb fully added level decompression 2020-02-02 16:05:56 +01:00
Milang e6f3e6cdaa adding compressed level format (incomplete) 2020-02-01 16:39:34 +01:00
Milang 04743ed5b5 move set_level 2020-02-01 14:39:08 +01:00
Milang 2871c50f73 move init ennemi function 2020-02-01 14:36:34 +01:00
Milang bdab50f58e update build 2020-01-30 21:24:23 +01:00
Milang 92668ae15b fixed bonus speed 2020-01-30 21:18:03 +01:00
Milang 3d22b719ce correct "persisting mushroom" bug
add .gitignore
2020-01-30 21:09:18 +01:00
Milang c97342b263 fix camera & continue level 2 2020-01-29 18:24:33 +01:00
Milang 6d09ea36be add distinct camera 2020-01-29 14:34:57 +01:00
Milang adccfcceb3 cleaned some parts of the code 2020-01-29 14:34:47 +01:00
Milang 17bd723f43 add red koopas, and a new lvl 1-2 prototype 2020-01-28 21:32:58 +01:00
Milang 1430639595 add complete second level & fix levelconv.py bug 2020-01-28 14:32:39 +01:00
Milang a5619d4d18 add splash screen, disable up key, update w4 img, add transparency to flags 2020-01-27 20:19:25 +01:00
Milang cdb9e2c26d add full pipe support & animations 2020-01-27 16:53:53 +01:00
Milang ca1f602345 experimental physics change to add completely plateforms support 2020-01-27 16:46:37 +01:00
Milang 7381ee005a now mario moves automatically when he is on a plateform 2020-01-27 16:25:19 +01:00
Milang ec7a2be6d5 add animation when mario comes into the pipe 2020-01-25 21:23:21 +01:00
Milang 4ce6ed3969 add cleaner framerate management 2020-01-25 21:06:34 +01:00
Milang a071d0373e fix an infinite loop bug when a level is not coded yet 2020-01-25 20:35:34 +01:00
Milang ef4d0ffcdf add coins saving 2020-01-25 11:54:39 +01:00
Milang dbf5416ba7 changes about intuitiveness & add complete support of teleporters 2020-01-25 11:35:07 +01:00
Milang fc84f10122 add 2020-01-24 12:08:40 +01:00
Milang 7abe14d5a3 add teleport. reset in level.c 2020-01-23 21:03:58 +01:00
Milang eb74acf72c ajout teleporteurs source files 2020-01-23 19:54:19 +01:00
Milang dbd0855969 ajout teleporteurs 2020-01-23 19:53:58 +01:00
Milang e0b49c8bc4 add highscore management 2020-01-19 20:17:14 +01:00
Milang 5218b9e6b7 fix best time bug 2020-01-19 19:59:13 +01:00
Milang 823c28050e add global time management, update font and add dynamic infos about levels 2020-01-15 20:42:51 +01:00
Milang e3a82711d8 added end level (not complete, I need to add the score and make an animation) 2020-01-15 12:18:14 +01:00
Milang 51addfe8fa new g1a ! 2020-01-14 21:34:13 +01:00
Milang 648789d350 build game 2020-01-14 21:33:59 +01:00
Milang 62743480ce added game over picture -> needs to be redesigned 2020-01-14 21:33:16 +01:00
Milang 69aa9ee702 add running mode
code death animation (80%)
add level displaying before (2 secs) and clear plateforms beteween levels
2020-01-14 21:31:13 +01:00
Milang b003f8bfc6 add some parts of topic content 2020-01-13 20:27:59 +01:00
Milang 7b3f00def8 build files 2020-01-13 20:27:29 +01:00
Milang 881d51a39a new build 2020-01-13 20:27:18 +01:00
Milang 7499b37ccb updated level 1 and 2 2020-01-13 20:26:37 +01:00
Milang 8210034071 added level choosing interface 2020-01-13 20:26:04 +01:00
Milang fadf1b6888 remove auto deletion of ennemies when they pass to the left of the screen
(was firstly introduced when you couldn't go back but now it is useless and makes the game too easy)
2020-01-13 20:24:06 +01:00
Milang 0be8eef60a added menu to choose a level 2020-01-13 20:22:42 +01:00
Milang 97bce7eb6e add goomba support in python script and update level 1-2 in g1a 2020-01-13 12:12:46 +01:00
Milang a491340501 build precedent commits 2020-01-12 18:06:55 +01:00
Milang 5cd2c34f03 add level 1-2 to game (erase old level 1-1 instead) 2020-01-12 18:06:28 +01:00
Milang 40ce577590 enble back scrolling due to high difficulty of 1-2 2020-01-12 18:05:40 +01:00
Milang 9fdd601693 add lvl 1-2 source code 2020-01-12 18:05:00 +01:00
Milang 651ca374c2 update levelconv and make lvl 2 a little easier 2020-01-12 18:04:09 +01:00
Milang 34b702561a add python script "levelconv.py" 2020-01-12 14:34:13 +01:00
Milang 2c159812cf minor changes on level 1 encoding 2020-01-12 14:33:47 +01:00
Milang 2e35056a47 correct bug when you push a koopa 2020-01-12 12:45:42 +01:00
Milang 6c3c2701a9 add moving plateforms, and config the camera 2020-01-11 20:37:36 +01:00
168 changed files with 2567 additions and 2866 deletions

4
.gitignore vendored Normal file
View File

@ -0,0 +1,4 @@
build-fx/*
build-cg/*
INIT/CasioRAM.mem
SuperCbr.dlw

12
AddinInfo.txt Normal file
View File

@ -0,0 +1,12 @@
//------------------------------------------------------------------
// Addin-Application header control file, created with the CASIO SDK
//------------------------------------------------------------------
[OUTPUT] : "SUPERCBR.G1A"
[BINDATA] : "FXADDINror.bin"
[DISPNAME] : "SuperCbr"
[APPNAME] : "@SUPERCB"
[VERSION] : "01.00.0000"
[APL_ICON] : "MainIcon.bmp"
[MODULE_NUM] : 0
[MOD1_TITLE] : "SuperCbr"
[MOD1_ICON] : "eActivityIcon.bmp"

BIN
INIT/CasioRAM.mem Normal file

Binary file not shown.

BIN
INIT/CasioRAMCPU.mem Normal file

Binary file not shown.

BIN
MainIcon.bmp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 138 B

1
SuperCbr.dlr Normal file
View File

@ -0,0 +1 @@
[DLSimRunSpace]

112
SuperCbr.dlw Normal file
View File

@ -0,0 +1,112 @@
[DLSimWorkSpace]
[_1]
Type=5
Order=0
Top=15
Left=2235
Height=4740
Width=5565
State=0
Flags=00000020
OptionA=0
[_2]
Type=1
Order=1
Top=15
Left=7800
Height=6885
Width=8400
State=0
Flags=00000001
OptionA=15
OptionB=15
[_3]
Type=6
Order=2
Top=4035
Left=2715
Height=6390
Width=5535
State=0
Flags=00000001
OptionA=0
[_4]
Type=7
Order=6
Top=4740
Left=2220
Height=3165
Width=5565
State=0
Flags=00000000
OptionA=0
[_5]
Type=8
Order=5
Top=7905
Left=2220
Height=3225
Width=5580
State=0
Flags=00000000
OptionA=0
[_6]
Type=3
Order=9
Top=0
Left=10788
Height=6348
Width=2232
State=16
Flags=00000000
OptionA=0
[_7]
Type=2
Order=8
Top=6348
Left=7800
Height=3588
Width=5220
State=16
Flags=00000000
OptionA=0
[_8]
Type=17
Order=4
Top=15
Left=-15
Height=11115
Width=2235
State=0
Flags=00000000
OptionA=0
[_9]
Type=15
Order=3
Top=4740
Left=2235
Height=6345
Width=5595
State=0
Flags=00000000
OptionA=0
[_32]
Type=16
Order=7
Top=0
Left=2208
Height=4584
Width=5592
State=16
Flags=00000020
OptionA=0

Binary file not shown.

12
SuperCbr.g1w Normal file
View File

@ -0,0 +1,12 @@
[DLSimProject]
Name=SuperCbr
Version=1.00.0000
Model=:fx-9860G.dlm
SourcePath=SRC
MemoryPath=INIT
MemCardPath=SDCard
[Program1]
Program=SUPERCBR.G1A
Debug=Debug\FXADDINror.dbg
LoadAddress=80000000:90100000

BIN
assets-fx/bin/lvl_1_1.png Normal file

Binary file not shown.

BIN
assets-fx/bin/lvl_1_2.png Normal file

Binary file not shown.

BIN
assets-fx/bin/lvl_1_3.png Normal file

Binary file not shown.

BIN
assets-fx/bin/lvl_1_4.png Normal file

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.0 KiB

After

Width:  |  Height:  |  Size: 715 B

Binary file not shown.

BIN
assets-fx/icon-fx.png~ Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.0 KiB

BIN
assets-fx/img/arbre.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 616 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 5.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 585 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.4 KiB

After

Width:  |  Height:  |  Size: 647 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 649 B

After

Width:  |  Height:  |  Size: 686 B

BIN
assets-fx/img/game_over.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 682 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 706 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 8.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 10 KiB

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 622 B

After

Width:  |  Height:  |  Size: 676 B

BIN
assets-fx/img/plante.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.8 KiB

BIN
assets-fx/img/spikes.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 584 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 611 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 756 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 707 B

After

Width:  |  Height:  |  Size: 7.0 KiB

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -1,987 +0,0 @@
Archive member included to satisfy reference by file (symbol)
/home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgint-fx.a(stdio.c.o)
build-fx/src/score.c.o (_sprintf)
/home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgint-fx.a(memory.c.o)
build-fx/src/level.c.o (_memcpy)
/home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgint-fx.a(dtext.c.o)
build-fx/src/config.c.o (_dtext)
/home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgint-fx.a(topti.c.o)
/home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgint-fx.a(dtext.c.o) (_topti_render)
/home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgint-fx.a(drect.c.o)
build-fx/src/levelchanger.c.o (_drect)
/home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgint-fx.a(dupdate.c.o)
build-fx/src/levelchanger.c.o (_dupdate)
/home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgint-fx.a(masks.c.o)
/home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgint-fx.a(drect.c.o) (_masks)
/home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgint-fx.a(dimage.c.o)
build-fx/src/levelchanger.c.o (_dimage)
/home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgint-fx.a(dclear.c.o)
build-fx/src/levelchanger.c.o (_dclear)
/home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgint-fx.a(keysc.c.o)
build-fx/src/keyboard.c.o (_pollevent)
/home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgint-fx.a(iokbd.c.o)
/home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgint-fx.a(keysc.c.o) (_iokbd_scan)
/home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgint-fx.a(getkey.c.o)
build-fx/src/level.c.o (_getkey)
/home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgint-fx.a(start.c.o)
(_start)
/home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgint-fx.a(exch.c.o)
/home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgint-fx.a(start.c.o) (_gint_panic)
/home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgint-fx.a(syscalls.S.o)
build-fx/src/level.c.o (_malloc)
/home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgint-fx.a(setup.c.o)
/home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgint-fx.a(start.c.o) (_gint_install)
/home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgint-fx.a(hardware.c.o)
/home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgint-fx.a(start.c.o) (_hw_detect)
/home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgint-fx.a(exch.s.o)
/home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgint-fx.a(setup.c.o) (_gint_exch_tlbh)
/home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgint-fx.a(mmu.c.o)
/home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgint-fx.a(start.c.o) (_tlb_mapped_memory)
/home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgint-fx.a(topti.c.o)
build-fx/src/config.c.o (_dfont)
/home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgint-fx.a(dprint.c.o)
/home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgint-fx.a(exch.c.o) (_dprint)
/home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgint-fx.a(tmu.c.o)
build-fx/src/levelchanger.c.o (_timer_setup)
/home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgint-fx.a(sleep.c.o)
build-fx/src/levelchanger.c.o (_sleep_us)
/home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgint-fx.a(font5x7.png.o)
/home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgint-fx.a(topti.c.o) (_gint_font5x7)
/home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgint-fx.a(t6k11.c.o)
/home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgint-fx.a(dupdate.c.o) (_t6k11_display)
/home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgint-fx.a(cpg.c.o)
/home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgint-fx.a(tmu.c.o) (_clock_freq)
/home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgint-fx.a(topti-asm.s.o)
/home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgint-fx.a(dtext.c.o) (_topti_asm_text)
/home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgint-fx.a(bopti-asm.s.o)
/home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgint-fx.a(dimage.c.o) (_bopti_asm_mono)
/home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgint-fx.a(bopti.c.o)
/home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgint-fx.a(dimage.c.o) (_bopti_render_clip)
/home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgint-fx.a(vbr.s.o)
/home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgint-fx.a(setup.c.o) (_gint_setvbr)
/home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgint-fx.a(gint.c.o)
/home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgint-fx.a(tmu.c.o) (_gint_intlevel)
/home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgint-fx.a(inth.S.o)
/home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgint-fx.a(setup.c.o) (_gint_inth_7305)
/home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgint-fx.a(inth.s.o)
/home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgint-fx.a(tmu.c.o) (_inth_tmu)
/home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/liblog-fx.a(liblog.c.o)
build-fx/src/world.c.o (_ll_sendp)
/home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgcc.a(_movmem.o)
/home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgint-fx.a(topti.c.o) (___movmemSI24)
/home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgcc.a(_udivdi3.o)
/home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgint-fx.a(stdio.c.o) (___udivdi3)
/home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgcc.a(_umoddi3.o)
/home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgint-fx.a(stdio.c.o) (___umoddi3)
/home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgcc.a(_udivsi3.o)
/home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgcc.a(_udivdi3.o) (___udivsi3)
/home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgcc.a(_udiv_qrnnd_16.o)
/home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgcc.a(_udivdi3.o) (___udiv_qrnnd_16)
/home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgcc.a(_clz.o)
/home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgcc.a(_udivdi3.o) (___clz_tab)
Allocating common symbols
Common symbol size file
frame_id 0x4 build-fx/src/levelchanger.c.o
level_best_times 0xb4 build-fx/src/save.c.o
Discarded input sections
.comment 0x0000000000000000 0x12 build-fx/src/levelchanger.c.o
.comment 0x0000000000000000 0x12 build-fx/src/level.c.o
.comment 0x0000000000000000 0x12 build-fx/src/config.c.o
.comment 0x0000000000000000 0x12 build-fx/src/score.c.o
.comment 0x0000000000000000 0x12 build-fx/src/tile.c.o
.comment 0x0000000000000000 0x12 build-fx/src/plateforme.c.o
.comment 0x0000000000000000 0x12 build-fx/src/box.c.o
.comment 0x0000000000000000 0x12 build-fx/src/world.c.o
.comment 0x0000000000000000 0x12 build-fx/src/bonus.c.o
.comment 0x0000000000000000 0x12 build-fx/src/save.c.o
.comment 0x0000000000000000 0x12 build-fx/src/mario.c.o
.comment 0x0000000000000000 0x12 build-fx/src/main.c.o
.comment 0x0000000000000000 0x12 build-fx/src/keyboard.c.o
.comment 0x0000000000000000 0x12 build-fx/src/ennemi.c.o
.comment 0x0000000000000000 0x12 /home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgint-fx.a(stdio.c.o)
.comment 0x0000000000000000 0x12 /home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgint-fx.a(memory.c.o)
.comment 0x0000000000000000 0x12 /home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgint-fx.a(dtext.c.o)
.comment 0x0000000000000000 0x12 /home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgint-fx.a(topti.c.o)
.comment 0x0000000000000000 0x12 /home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgint-fx.a(drect.c.o)
.comment 0x0000000000000000 0x12 /home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgint-fx.a(dupdate.c.o)
.comment 0x0000000000000000 0x12 /home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgint-fx.a(masks.c.o)
.comment 0x0000000000000000 0x12 /home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgint-fx.a(dimage.c.o)
.comment 0x0000000000000000 0x12 /home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgint-fx.a(dclear.c.o)
.comment 0x0000000000000000 0x12 /home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgint-fx.a(keysc.c.o)
.comment 0x0000000000000000 0x12 /home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgint-fx.a(iokbd.c.o)
.comment 0x0000000000000000 0x12 /home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgint-fx.a(getkey.c.o)
.comment 0x0000000000000000 0x12 /home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgint-fx.a(start.c.o)
.comment 0x0000000000000000 0x12 /home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgint-fx.a(exch.c.o)
.comment 0x0000000000000000 0x12 /home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgint-fx.a(setup.c.o)
.comment 0x0000000000000000 0x12 /home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgint-fx.a(hardware.c.o)
.comment 0x0000000000000000 0x12 /home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgint-fx.a(mmu.c.o)
.comment 0x0000000000000000 0x12 /home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgint-fx.a(topti.c.o)
.comment 0x0000000000000000 0x12 /home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgint-fx.a(dprint.c.o)
.comment 0x0000000000000000 0x12 /home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgint-fx.a(tmu.c.o)
.comment 0x0000000000000000 0x12 /home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgint-fx.a(sleep.c.o)
.comment 0x0000000000000000 0x12 /home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgint-fx.a(t6k11.c.o)
.comment 0x0000000000000000 0x12 /home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgint-fx.a(cpg.c.o)
.comment 0x0000000000000000 0x12 /home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgint-fx.a(bopti.c.o)
.comment 0x0000000000000000 0x12 /home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgint-fx.a(gint.c.o)
.comment 0x0000000000000000 0x12 /home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/liblog-fx.a(liblog.c.o)
.debug_info 0x0000000000000000 0x737 /home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgcc.a(_udivdi3.o)
.debug_abbrev 0x0000000000000000 0x218 /home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgcc.a(_udivdi3.o)
.debug_loc 0x0000000000000000 0x6eb /home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgcc.a(_udivdi3.o)
.debug_aranges
0x0000000000000000 0x20 /home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgcc.a(_udivdi3.o)
.debug_ranges 0x0000000000000000 0xe0 /home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgcc.a(_udivdi3.o)
.debug_line 0x0000000000000000 0x293 /home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgcc.a(_udivdi3.o)
.debug_str 0x0000000000000000 0x592 /home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgcc.a(_udivdi3.o)
.comment 0x0000000000000000 0x12 /home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgcc.a(_udivdi3.o)
.eh_frame 0x0000000000000000 0x84 /home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgcc.a(_udivdi3.o)
.debug_info 0x0000000000000000 0x746 /home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgcc.a(_umoddi3.o)
.debug_abbrev 0x0000000000000000 0x229 /home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgcc.a(_umoddi3.o)
.debug_loc 0x0000000000000000 0x679 /home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgcc.a(_umoddi3.o)
.debug_aranges
0x0000000000000000 0x20 /home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgcc.a(_umoddi3.o)
.debug_ranges 0x0000000000000000 0xf0 /home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgcc.a(_umoddi3.o)
.debug_line 0x0000000000000000 0x2fe /home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgcc.a(_umoddi3.o)
.debug_str 0x0000000000000000 0x592 /home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgcc.a(_umoddi3.o)
.comment 0x0000000000000000 0x12 /home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgcc.a(_umoddi3.o)
.eh_frame 0x0000000000000000 0xb0 /home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgcc.a(_umoddi3.o)
.debug_info 0x0000000000000000 0x371 /home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgcc.a(_clz.o)
.debug_abbrev 0x0000000000000000 0xcf /home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgcc.a(_clz.o)
.debug_aranges
0x0000000000000000 0x18 /home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgcc.a(_clz.o)
.debug_line 0x0000000000000000 0xd6 /home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgcc.a(_clz.o)
.debug_str 0x0000000000000000 0x50f /home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgcc.a(_clz.o)
.comment 0x0000000000000000 0x12 /home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgcc.a(_clz.o)
Memory Configuration
Name Origin Length Attributes
rom 0x0000000000300200 0x0000000000037000 xr
ram 0x0000000008100000 0x0000000000002000 rw
vbr 0x000000008800e000 0x0000000000001400 xrw
rram 0x000000008800f400 0x0000000000000c00 xrw
ilram 0x00000000e5200000 0x0000000000001000 xrw
xram 0x00000000e5007000 0x0000000000002000 xrw
yram 0x00000000e5017000 0x0000000000002000 xrw
*default* 0x0000000000000000 0xffffffffffffffff
Linker script and memory map
LOAD build-fx/src/levelchanger.c.o
LOAD build-fx/src/level.c.o
LOAD build-fx/src/config.c.o
LOAD build-fx/src/score.c.o
LOAD build-fx/src/tile.c.o
LOAD build-fx/src/plateforme.c.o
LOAD build-fx/src/box.c.o
LOAD build-fx/src/world.c.o
LOAD build-fx/src/bonus.c.o
LOAD build-fx/src/save.c.o
LOAD build-fx/src/mario.c.o
LOAD build-fx/src/main.c.o
LOAD build-fx/src/keyboard.c.o
LOAD build-fx/src/ennemi.c.o
LOAD build-fx/assets/fonts/mario.png.o
LOAD build-fx/assets/img/bonus.png.o
LOAD build-fx/assets/img/bloc.png.o
LOAD build-fx/assets/img/ram.png.o
LOAD build-fx/assets/img/w5.png.o
LOAD build-fx/assets/img/options.png.o
LOAD build-fx/assets/img/fleur.png.o
LOAD build-fx/assets/img/w2.png.o
LOAD build-fx/assets/img/main.png.o
LOAD build-fx/assets/img/flag.png.o
LOAD build-fx/assets/img/new_level.png.o
LOAD build-fx/assets/img/brick.png.o
LOAD build-fx/assets/img/menu_pause.png.o
LOAD build-fx/assets/img/select_arrow.png.o
LOAD build-fx/assets/img/dev.png.o
LOAD build-fx/assets/img/death.png.o
LOAD build-fx/assets/img/mainmenu.png.o
LOAD build-fx/assets/img/w3.png.o
LOAD build-fx/assets/img/time_over.png.o
LOAD build-fx/assets/img/coin.png.o
LOAD build-fx/assets/img/champi.png.o
LOAD build-fx/assets/img/mariosmall.png.o
LOAD build-fx/assets/img/gift.png.o
LOAD build-fx/assets/img/buisson.png.o
LOAD build-fx/assets/img/colline.png.o
LOAD build-fx/assets/img/star.png.o
LOAD build-fx/assets/img/mariobig.png.o
LOAD build-fx/assets/img/error.png.o
LOAD build-fx/assets/img/1up.png.o
LOAD build-fx/assets/img/tuyau.png.o
LOAD build-fx/assets/img/bullet.png.o
LOAD build-fx/assets/img/carapace_verte.png.o
LOAD build-fx/assets/img/nuage.png.o
LOAD build-fx/assets/img/plateforme.png.o
LOAD build-fx/assets/img/koopa_verte.png.o
LOAD build-fx/assets/img/level.png.o
LOAD build-fx/assets/img/castle.png.o
LOAD build-fx/assets/img/goomba.png.o
LOAD build-fx/assets/img/stone.png.o
LOAD build-fx/assets/img/tickbox.png.o
LOAD build-fx/assets/img/w4.png.o
LOAD build-fx/assets/img/w1.png.o
LOAD build-fx/assets/img/lvl0.png.o
LOAD /home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgint-fx.a
LOAD /home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/liblog-fx.a
LOAD /home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgint-fx.a
LOAD /home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgcc.a
0x0000000000300000 _brom = 0x300000
0x000000000000de14 _srom = ((((0x200 + SIZEOF (.text)) + SIZEOF (.rodata)) + SIZEOF (.gint.drivers)) + SIZEOF (.gint.blocks))
.pretext 0x0000000000300200 0x8d0
*(.pretext.entry)
.pretext.entry
0x0000000000300200 0x1cc /home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgint-fx.a(start.c.o)
0x0000000000300200 _start
*(.pretext)
.pretext 0x00000000003003cc 0x4c /home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgint-fx.a(dtext.c.o)
0x00000000003003cc _dtext
.pretext 0x0000000000300418 0x2f0 /home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgint-fx.a(topti.c.o)
0x00000000003004ba _topti_render
.pretext 0x0000000000300708 0x30 /home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgint-fx.a(start.c.o)
.pretext 0x0000000000300738 0x88 /home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgint-fx.a(syscalls.S.o)
0x0000000000300738 ___os_version
0x0000000000300744 _malloc
0x0000000000300750 _free
0x000000000030075c _calloc
0x0000000000300768 _realloc
0x0000000000300774 _BFile_Remove
0x0000000000300780 _BFile_Create
0x000000000030078c _BFile_Open
0x0000000000300798 _BFile_Close
0x00000000003007a4 _BFile_Write
0x00000000003007b0 _BFile_Read
.pretext 0x00000000003007c0 0xd0 /home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgint-fx.a(hardware.c.o)
0x00000000003007c0 _hw_detect
.pretext 0x0000000000300890 0x110 /home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgint-fx.a(topti.c.o)
0x0000000000300890 _dfont
0x00000000003008a8 _charset_size
0x00000000003008d4 _charset_decode
0x0000000000300942 _topti_offset
.pretext 0x00000000003009a0 0x130 /home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgint-fx.a(topti-asm.s.o)
0x0000000000300ab0 _topti_asm_text
0x0000000000300ad0 _btors = .
*(.ctors .ctors.*)
0x0000000000300ad0 _mtors = .
*(.dtors .dtors.*)
0x0000000000300ad0 _etors = .
.text 0x0000000000300ad0 0x64a8
0x0000000000300ad0 _gint_exch_tlbh_start = .
*(.gint.exch_tlbh)
.gint.exch_tlbh
0x0000000000300ad0 0x4c /home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgint-fx.a(exch.s.o)
0x0000000000300ad0 _gint_exch_tlbh
0x000000000000004c _gint_exch_tlbh_size = ABSOLUTE ((. - _gint_exch_tlbh_start))
*(.text .text.*)
.text 0x0000000000300b1c 0x280 build-fx/src/levelchanger.c.o
0x0000000000300b1c _callback
0x0000000000300b24 _play_level
0x0000000000300c20 _launch_ui
.text 0x0000000000300d9c 0x440 build-fx/src/level.c.o
0x0000000000300d9c _malloc_error
0x0000000000300dd4 _init_level
0x0000000000300e48 _init_ennemies
0x0000000000300ea8 _set_level
0x00000000003011ac _get_lvl_id
.text 0x00000000003011dc 0xd8 build-fx/src/config.c.o
0x00000000003011dc _configmenu
.text 0x00000000003012b4 0x1e4 build-fx/src/score.c.o
0x00000000003012b4 _new_level
0x00000000003012d4 _get_score
0x00000000003012e0 _score_reset
0x0000000000301300 _score_add_coin
0x0000000000301310 _score_add
0x0000000000301360 _score_display
.text 0x0000000000301498 0x40 build-fx/src/tile.c.o
0x0000000000301498 _draw_tile
.text 0x00000000003014d8 0x2cc build-fx/src/plateforme.c.o
0x00000000003014d8 _reset_plateforme
0x00000000003014e6 _move_plateforme
0x0000000000301690 _display_plateformes
0x000000000030171c _move_plateformes
0x000000000030175c _plateforme_check_collide
.text 0x00000000003017a4 0x42c build-fx/src/box.c.o
0x00000000003017a4 _sgn
0x00000000003017b6 _check_collision
0x0000000000301848 _box_move
0x0000000000301b6c _box_jump
.text 0x0000000000301bd0 0x608 build-fx/src/world.c.o
0x0000000000301bd0 _world_get_width
0x0000000000301be0 _world_get
0x0000000000301c44 _display_cell
0x0000000000301f50 _world_get_ctg
0x0000000000301fa4 _world_get_real_x0
0x0000000000301fec _world_get_real_y0
0x000000000030201c _world_draw
0x000000000030212c _world_move
.text 0x00000000003021d8 0x56c build-fx/src/bonus.c.o
0x00000000003021d8 _bonus_set
0x0000000000302208 _bonus_move
0x00000000003023bc _bonus_draw
0x00000000003024d0 _lance_bullet
0x000000000030252c _bullet_display
0x00000000003025c4 _bullet_move
.text 0x0000000000302744 0x154 build-fx/src/save.c.o
0x0000000000302744 _load_save
0x0000000000302748 _flash_save
0x000000000030274c _get_highscore
0x000000000030279c _set_highscore
0x00000000003027ec _get_best_time
0x000000000030283c _set_best_time
0x000000000030288c _get_progress_status
.text 0x0000000000302898 0x770 build-fx/src/mario.c.o
0x00000000003028a8 _mario_bigger
0x00000000003028c4 _mario_smaller
0x00000000003028f0 _mario_draw
0x0000000000302aac _test_sol_le_plus_proche
0x0000000000302b18 _mario_move
.text 0x0000000000303008 0x0 build-fx/src/main.c.o
.text.startup 0x0000000000303008 0x2c build-fx/src/main.c.o
0x0000000000303008 _main
.text 0x0000000000303034 0x2b8 build-fx/src/keyboard.c.o
0x0000000000303034 _keyboard_clear
0x0000000000303054 _getkey_custom
0x00000000003030a4 _menu_pause
0x00000000003031fc _update_keyboard
.text 0x00000000003032ec 0x7d0 build-fx/src/ennemi.c.o
0x00000000003032ec _display_ennemi
0x0000000000303534 _ennemi_check_collision
0x0000000000303598 _hurt_mario
0x00000000003035cc _move_ennemi
0x0000000000303a7c _display_ennemi_table
.text 0x0000000000303abc 0xce4 /home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgint-fx.a(stdio.c.o)
0x00000000003044b8 _kprint_opt
0x0000000000304600 _kprint
0x00000000003046d8 _kvsprint
0x0000000000304720 _sprintf
0x0000000000304748 _vsprintf
0x0000000000304768 _snprintf
0x0000000000304788 _vsnprintf
.text 0x00000000003047a0 0xdc /home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgint-fx.a(memory.c.o)
0x00000000003047a0 _memcpy
0x000000000030485a __memmove
0x000000000030485e __memcmp
0x0000000000304862 _memset
.text 0x000000000030487c 0x0 /home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgint-fx.a(dtext.c.o)
.text 0x000000000030487c 0x0 /home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgint-fx.a(topti.c.o)
.text 0x000000000030487c 0x11c /home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgint-fx.a(drect.c.o)
0x000000000030487c _drect
.text 0x0000000000304998 0x24 /home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgint-fx.a(dupdate.c.o)
0x0000000000304998 _dupdate
0x00000000003049b0 _dupdate_noint
.text 0x00000000003049bc 0x9c /home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgint-fx.a(masks.c.o)
0x00000000003049bc _masks
.text 0x0000000000304a58 0xc8 /home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgint-fx.a(dimage.c.o)
0x0000000000304a58 _dimage
0x0000000000304aac _dsubimage
.text 0x0000000000304b20 0x4c /home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgint-fx.a(dclear.c.o)
0x0000000000304b20 _dclear
.text 0x0000000000304b6c 0x3fc /home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgint-fx.a(keysc.c.o)
0x0000000000304d14 _pollevent
0x0000000000304e58 _waitevent
0x0000000000304ea4 _clearevents
0x0000000000304ec4 _keydown
0x0000000000304ef0 _keydown_all
0x0000000000304f2c _keydown_any
.text 0x0000000000304f68 0x124 /home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgint-fx.a(iokbd.c.o)
0x0000000000304f74 _iokbd_row
0x000000000030505c _iokbd_scan
.text 0x000000000030508c 0x1f4 /home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgint-fx.a(getkey.c.o)
0x000000000030508c _getkey_opt
0x0000000000305238 _getkey
0x0000000000305244 _getkey_repeat
.text 0x0000000000305280 0x0 /home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgint-fx.a(start.c.o)
.text 0x0000000000305280 0x1c4 /home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgint-fx.a(exch.c.o)
0x0000000000305410 _gint_panic
0x0000000000305420 _gint_panic_set
0x000000000030542c _gint_exc_catch
0x0000000000305438 _gint_exc_skip
.text 0x0000000000305444 0x0 /home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgint-fx.a(syscalls.S.o)
.text 0x0000000000305444 0x17c /home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgint-fx.a(setup.c.o)
0x00000000003054f8 _gint_install
0x00000000003055a8 _gint_unload
.text 0x00000000003055c0 0x0 /home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgint-fx.a(hardware.c.o)
.text 0x00000000003055c0 0x0 /home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgint-fx.a(exch.s.o)
.text 0x00000000003055c0 0x1f4 /home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgint-fx.a(mmu.c.o)
0x00000000003055c0 _tlb_addr
0x00000000003055d4 _tlb_data
0x00000000003055e8 _tlb_mapped_memory
0x00000000003056bc _utlb_addr
0x00000000003056cc _utlb_data
0x00000000003056dc _utlb_mapped_memory
.text 0x00000000003057b4 0x9c /home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgint-fx.a(topti.c.o)
0x00000000003057b4 _dsize
.text 0x0000000000305850 0x58 /home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgint-fx.a(dprint.c.o)
0x0000000000305850 _dprint
.text 0x00000000003058a8 0x56c /home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgint-fx.a(tmu.c.o)
0x0000000000305bc8 _timer_setup
0x0000000000305c58 _timer_delay
0x0000000000305cb8 _timer_start
0x0000000000305cec _timer_reload
0x0000000000305d0c _timer_pause
0x0000000000305d40 _timer_stop
0x0000000000305d9c _timer_timeout
0x0000000000305da8 _timer_address
0x0000000000305de4 _timer_clear
.text 0x0000000000305e14 0x58 /home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgint-fx.a(sleep.c.o)
0x0000000000305e14 _sleep_us
.text 0x0000000000305e6c 0x1d8 /home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgint-fx.a(t6k11.c.o)
0x0000000000305f04 _t6k11_display
0x0000000000305fd8 _t6k11_contrast
0x0000000000306004 _t6k11_backlight
.text 0x0000000000306044 0x150 /home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgint-fx.a(cpg.c.o)
0x0000000000306188 _clock_freq
.text 0x0000000000306194 0x0 /home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgint-fx.a(topti-asm.s.o)
.text 0x0000000000306194 0x58 /home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgint-fx.a(bopti-asm.s.o)
0x0000000000306194 _bopti_asm_mono
0x00000000003061ba _bopti_asm_mono_alpha
.text 0x00000000003061ec 0x410 /home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgint-fx.a(bopti.c.o)
0x00000000003061ec _bopti_grid
0x0000000000306360 _bopti_render
0x0000000000306490 _bopti_render_clip
0x00000000003065a4 _bopti_render_noclip
.text 0x00000000003065fc 0x2c /home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgint-fx.a(vbr.s.o)
0x00000000003065fc _gint_setvbr
.text 0x0000000000306628 0x78 /home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgint-fx.a(gint.c.o)
0x0000000000306628 _gint_intlevel
0x000000000030667c _gint_inthandler
.text 0x00000000003066a0 0x0 /home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgint-fx.a(inth.S.o)
.text 0x00000000003066a0 0x0 /home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgint-fx.a(inth.s.o)
.text 0x00000000003066a0 0x36c /home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/liblog-fx.a(liblog.c.o)
0x0000000000306780 _ll_set_size
0x0000000000306794 _ll_set_state
0x00000000003067b4 _ll_get_state
0x00000000003067c4 _ll_clear
0x0000000000306810 _ll_send
0x0000000000306884 _ll_sendp
0x00000000003068d0 _ll_display_custom
0x000000000030693c _ll_display
0x0000000000306950 _ll_pause
0x00000000003069a8 _ll_panic
0x00000000003069e4 _ll_set_panic
0x00000000003069f4 _ll_set_level
0x0000000000306a00 _ll_get_level
.text 0x0000000000306a0c 0x78 /home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgcc.a(_movmem.o)
0x0000000000306a0c ___movstr
0x0000000000306a0c ___movmem
0x0000000000306a40 ___movmemSI64
0x0000000000306a40 ___movstrSI64
0x0000000000306a44 ___movstrSI60
0x0000000000306a44 ___movmemSI60
0x0000000000306a48 ___movmemSI56
0x0000000000306a48 ___movstrSI56
0x0000000000306a4c ___movstrSI52
0x0000000000306a4c ___movmemSI52
0x0000000000306a50 ___movstrSI48
0x0000000000306a50 ___movmemSI48
0x0000000000306a54 ___movstrSI44
0x0000000000306a54 ___movmemSI44
0x0000000000306a58 ___movstrSI40
0x0000000000306a58 ___movmemSI40
0x0000000000306a5c ___movstrSI36
0x0000000000306a5c ___movmemSI36
0x0000000000306a60 ___movmemSI32
0x0000000000306a60 ___movstrSI32
0x0000000000306a64 ___movmemSI28
0x0000000000306a64 ___movstrSI28
0x0000000000306a68 ___movstrSI24
0x0000000000306a68 ___movmemSI24
0x0000000000306a6c ___movmemSI20
0x0000000000306a6c ___movstrSI20
0x0000000000306a70 ___movstrSI16
0x0000000000306a70 ___movmemSI16
0x0000000000306a74 ___movmemSI12
0x0000000000306a74 ___movstrSI12
0x0000000000306a78 ___movmemSI8
0x0000000000306a78 ___movstrSI8
0x0000000000306a7c ___movmemSI4
0x0000000000306a7c ___movstrSI4
.text 0x0000000000306a84 0x1f0 /home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgcc.a(_udivdi3.o)
0x0000000000306a84 ___udivdi3
.text 0x0000000000306c74 0x234 /home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgcc.a(_umoddi3.o)
0x0000000000306c74 ___umoddi3
.text 0x0000000000306ea8 0x6c /home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgcc.a(_udivsi3.o)
0x0000000000306eca ___udivsi3
*fill* 0x0000000000306f14 0x4
.text 0x0000000000306f18 0x60 /home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgcc.a(_udiv_qrnnd_16.o)
0x0000000000306f18 ___udiv_qrnnd_16
.text 0x0000000000306f78 0x0 /home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgcc.a(_clz.o)
*(C P)
.gint.blocks 0x0000000000306f80 0x120
*(.gint.blocks)
.gint.blocks 0x0000000000306f80 0x40 /home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgint-fx.a(inth.S.o)
0x0000000000306f80 _gint_inth_7305
0x0000000000306fa0 _gint_inth_7705
.gint.blocks 0x0000000000306fc0 0xe0 /home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgint-fx.a(inth.s.o)
0x0000000000306fc0 _inth_tmu
0x0000000000307040 _inth_etmu2
0x0000000000307060 _inth_etmu_help
0x0000000000307080 _inth_etmux
.gint.drivers 0x00000000003070a0 0x90
0x00000000003070a0 _bdrv = .
*(.gint.drivers.0)
*(.gint.drivers.1)
.gint.drivers.1
0x00000000003070a0 0x24 /home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgint-fx.a(cpg.c.o)
0x00000000003070a0 _drv_cpg
*(.gint.drivers.2)
.gint.drivers.2
0x00000000003070c4 0x24 /home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgint-fx.a(tmu.c.o)
0x00000000003070c4 _drv_tmu
*(.gint.drivers.3)
*(.gint.drivers.4)
.gint.drivers.4
0x00000000003070e8 0x24 /home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgint-fx.a(keysc.c.o)
0x00000000003070e8 _drv_keysc
*(.gint.drivers.5)
.gint.drivers.5
0x000000000030710c 0x24 /home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgint-fx.a(t6k11.c.o)
0x000000000030710c _drv_t6k11
*(.gint.drivers.6)
0x0000000000307130 _edrv = .
.rodata 0x0000000000307130 0x75bc
*(.rodata.4)
*(.rodata .rodata.*)
.rodata 0x0000000000307130 0x2de8 build-fx/src/level.c.o
.rodata.str1.4
0x0000000000309f18 0x22 build-fx/src/config.c.o
*fill* 0x0000000000309f3a 0x2
.rodata.str1.4
0x0000000000309f3c 0x1a build-fx/src/score.c.o
0x1e (size before relaxing)
*fill* 0x0000000000309f56 0x2
.rodata 0x0000000000309f58 0x130 build-fx/src/tile.c.o
0x0000000000309f58 _tplateforme
0x0000000000309f68 _mario_big
0x0000000000309f78 _mario_small
0x0000000000309f88 _bullet
0x0000000000309f98 _fleur
0x0000000000309fa8 _mario_starman
0x0000000000309fb8 _life_1up
0x0000000000309fc8 _champi
0x0000000000309fd8 _bloc
0x0000000000309fe8 _end_level
0x0000000000309ff8 _castle
0x000000000030a008 _colline
0x000000000030a018 _buisson
0x000000000030a028 _nuage
0x000000000030a038 _coin
0x000000000030a048 _gift
0x000000000030a058 _earth
0x000000000030a068 _brick
0x000000000030a078 _tuyau
.rodata.str1.4
0x000000000030a088 0x63 build-fx/src/world.c.o
*fill* 0x000000000030a0eb 0x1
.rodata 0x000000000030a0ec 0x28 build-fx/src/keyboard.c.o
.rodata 0x000000000030a114 0x60 build-fx/src/ennemi.c.o
0x000000000030a144 _ennemi_heights
0x000000000030a15c _ennemi_widths
.rodata 0x000000000030a174 0x204 build-fx/assets/fonts/mario.png.o
0x000000000030a174 _font_mario
0x000000000030a378 _font_mario_end
.rodata 0x000000000030a378 0x20 build-fx/assets/img/bonus.png.o
0x000000000030a378 _img_bonus
0x000000000030a398 _img_bonus_end
.rodata 0x000000000030a398 0x24 build-fx/assets/img/bloc.png.o
0x000000000030a398 _img_bloc
0x000000000030a3bc _img_bloc_end
.rodata 0x000000000030a3bc 0x404 build-fx/assets/img/ram.png.o
0x000000000030a3bc _img_ram
0x000000000030a7c0 _img_ram_end
.rodata 0x000000000030a7c0 0x58 build-fx/assets/img/w5.png.o
0x000000000030a7c0 _img_w5
0x000000000030a818 _img_w5_end
.rodata 0x000000000030a818 0x404 build-fx/assets/img/options.png.o
0x000000000030a818 _img_options
0x000000000030ac1c _img_options_end
.rodata 0x000000000030ac1c 0x44 build-fx/assets/img/fleur.png.o
0x000000000030ac1c _img_fleur
0x000000000030ac60 _img_fleur_end
.rodata 0x000000000030ac60 0x58 build-fx/assets/img/w2.png.o
0x000000000030ac60 _img_w2
0x000000000030acb8 _img_w2_end
.rodata 0x000000000030acb8 0x404 build-fx/assets/img/main.png.o
0x000000000030acb8 _img_main
0x000000000030b0bc _img_main_end
.rodata 0x000000000030b0bc 0x64 build-fx/assets/img/flag.png.o
0x000000000030b0bc _img_flag
0x000000000030b120 _img_flag_end
.rodata 0x000000000030b120 0x404 build-fx/assets/img/new_level.png.o
0x000000000030b120 _img_new_level
0x000000000030b524 _img_new_level_end
.rodata 0x000000000030b524 0x4c build-fx/assets/img/brick.png.o
0x000000000030b524 _img_brick
0x000000000030b570 _img_brick_end
.rodata 0x000000000030b570 0xbc build-fx/assets/img/menu_pause.png.o
0x000000000030b570 _img_menu_pause
0x000000000030b62c _img_menu_pause_end
.rodata 0x000000000030b62c 0x18 build-fx/assets/img/select_arrow.png.o
0x000000000030b62c _img_select_arrow
0x000000000030b644 _img_select_arrow_end
.rodata 0x000000000030b644 0x804 build-fx/assets/img/dev.png.o
0x000000000030b644 _img_dev
0x000000000030be48 _img_dev_end
.rodata 0x000000000030be48 0x24 build-fx/assets/img/death.png.o
0x000000000030be48 _img_death
0x000000000030be6c _img_death_end
.rodata 0x000000000030be6c 0x404 build-fx/assets/img/mainmenu.png.o
0x000000000030be6c _img_mainmenu
0x000000000030c270 _img_mainmenu_end
.rodata 0x000000000030c270 0x58 build-fx/assets/img/w3.png.o
0x000000000030c270 _img_w3
0x000000000030c2c8 _img_w3_end
.rodata 0x000000000030c2c8 0x404 build-fx/assets/img/time_over.png.o
0x000000000030c2c8 _img_time_over
0x000000000030c6cc _img_time_over_end
.rodata 0x000000000030c6cc 0x4c build-fx/assets/img/coin.png.o
0x000000000030c6cc _img_coin
0x000000000030c718 _img_coin_end
.rodata 0x000000000030c718 0x24 build-fx/assets/img/champi.png.o
0x000000000030c718 _img_champi
0x000000000030c73c _img_champi_end
.rodata 0x000000000030c73c 0xdc build-fx/assets/img/mariosmall.png.o
0x000000000030c73c _img_mariosmall
0x000000000030c818 _img_mariosmall_end
.rodata 0x000000000030c818 0x28 build-fx/assets/img/gift.png.o
0x000000000030c818 _img_gift
0x000000000030c840 _img_gift_end
.rodata 0x000000000030c840 0x44 build-fx/assets/img/buisson.png.o
0x000000000030c840 _img_buisson
0x000000000030c884 _img_buisson_end
.rodata 0x000000000030c884 0x84 build-fx/assets/img/colline.png.o
0x000000000030c884 _img_colline
0x000000000030c908 _img_colline_end
.rodata 0x000000000030c908 0x24 build-fx/assets/img/star.png.o
0x000000000030c908 _img_star
0x000000000030c92c _img_star_end
.rodata 0x000000000030c92c 0x224 build-fx/assets/img/mariobig.png.o
0x000000000030c92c _img_mariobig
0x000000000030cb50 _img_mariobig_end
.rodata 0x000000000030cb50 0x804 build-fx/assets/img/error.png.o
0x000000000030cb50 _img_error
0x000000000030d354 _img_error_end
.rodata 0x000000000030d354 0x44 build-fx/assets/img/1up.png.o
0x000000000030d354 _img_1up
0x000000000030d398 _img_1up_end
.rodata 0x000000000030d398 0xb8 build-fx/assets/img/tuyau.png.o
0x000000000030d398 _img_tuyau
0x000000000030d450 _img_tuyau_end
.rodata 0x000000000030d450 0x24 build-fx/assets/img/bullet.png.o
0x000000000030d450 _img_bullet
0x000000000030d474 _img_bullet_end
.rodata 0x000000000030d474 0x4c build-fx/assets/img/carapace_verte.png.o
0x000000000030d474 _img_carapace_verte
0x000000000030d4c0 _img_carapace_verte_end
.rodata 0x000000000030d4c0 0x44 build-fx/assets/img/nuage.png.o
0x000000000030d4c0 _img_nuage
0x000000000030d504 _img_nuage_end
.rodata 0x000000000030d504 0x10 build-fx/assets/img/plateforme.png.o
0x000000000030d504 _img_plateforme
0x000000000030d514 _img_plateforme_end
.rodata 0x000000000030d514 0xc4 build-fx/assets/img/koopa_verte.png.o
0x000000000030d514 _img_koopa_verte
0x000000000030d5d8 _img_koopa_verte_end
.rodata 0x000000000030d5d8 0x404 build-fx/assets/img/level.png.o
0x000000000030d5d8 _img_level
0x000000000030d9dc _img_level_end
.rodata 0x000000000030d9dc 0xe4 build-fx/assets/img/castle.png.o
0x000000000030d9dc _img_castle
0x000000000030dac0 _img_castle_end
.rodata 0x000000000030dac0 0x4c build-fx/assets/img/goomba.png.o
0x000000000030dac0 _img_goomba
0x000000000030db0c _img_goomba_end
.rodata 0x000000000030db0c 0x4c build-fx/assets/img/stone.png.o
0x000000000030db0c _img_stone
0x000000000030db58 _img_stone_end
.rodata 0x000000000030db58 0x24 build-fx/assets/img/tickbox.png.o
0x000000000030db58 _img_tickbox
0x000000000030db7c _img_tickbox_end
.rodata 0x000000000030db7c 0x58 build-fx/assets/img/w4.png.o
0x000000000030db7c _img_w4
0x000000000030dbd4 _img_w4_end
.rodata 0x000000000030dbd4 0x58 build-fx/assets/img/w1.png.o
0x000000000030dbd4 _img_w1
0x000000000030dc2c _img_w1_end
.rodata 0x000000000030dc2c 0x404 build-fx/assets/img/lvl0.png.o
0x000000000030dc2c _img_lvl0
0x000000000030e030 _img_lvl0_end
.rodata.str1.4
0x000000000030e030 0x31 /home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgint-fx.a(stdio.c.o)
*fill* 0x000000000030e061 0x3
.rodata 0x000000000030e064 0x8 /home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgint-fx.a(dimage.c.o)
.rodata.str1.4
0x000000000030e06c 0x6 /home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgint-fx.a(keysc.c.o)
*fill* 0x000000000030e072 0x2
.rodata.str1.4
0x000000000030e074 0x11a /home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgint-fx.a(exch.c.o)
0x11e (size before relaxing)
*fill* 0x000000000030e18e 0x2
.rodata 0x000000000030e190 0x18 /home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgint-fx.a(topti.c.o)
.rodata.str1.4
0x000000000030e1a8 0x4 /home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgint-fx.a(tmu.c.o)
.rodata 0x000000000030e1ac 0x408 /home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgint-fx.a(font5x7.png.o)
0x000000000030e1ac _gint_font5x7
0x000000000030e5b4 _gint_font5x7_end
.rodata.str1.4
0x000000000030e5b4 0x6 /home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgint-fx.a(t6k11.c.o)
*fill* 0x000000000030e5ba 0x2
.rodata.str1.4
0x000000000030e5bc 0x4 /home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgint-fx.a(cpg.c.o)
.rodata 0x000000000030e5c0 0x10 /home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgint-fx.a(bopti.c.o)
.rodata.str1.4
0x000000000030e5d0 0x1b /home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/liblog-fx.a(liblog.c.o)
*fill* 0x000000000030e5eb 0x1
.rodata 0x000000000030e5ec 0x100 /home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgcc.a(_clz.o)
0x000000000030e5ec ___clz_tab
.rela.dyn 0x000000000030e6ec 0x0
.rela.text 0x000000000030e6ec 0x0 build-fx/src/levelchanger.c.o
.rela.pretext.entry
0x000000000030e6ec 0x0 build-fx/src/levelchanger.c.o
0x0000000008100000 . = ORIGIN (ram)
.bss 0x0000000008100000 0x740
0x0000000008100000 _rbss = .
*(.bss COMMON)
.bss 0x0000000008100000 0x0 build-fx/src/levelchanger.c.o
COMMON 0x0000000008100000 0x4 build-fx/src/levelchanger.c.o
0x0000000008100000 _frame_id
.bss 0x0000000008100004 0x0 build-fx/src/level.c.o
.bss 0x0000000008100004 0x0 build-fx/src/config.c.o
.bss 0x0000000008100004 0x18 build-fx/src/score.c.o
0x0000000008100004 _finish_level
0x0000000008100008 _time_left
0x000000000810000c _time_id
0x0000000008100010 _pieces
0x0000000008100014 _combo
.bss 0x000000000810001c 0x4 build-fx/src/tile.c.o
0x000000000810001c _dark_theme
.bss 0x0000000008100020 0x8 build-fx/src/plateforme.c.o
0x0000000008100020 _plateformes
0x0000000008100024 _plateforme_table_size
.bss 0x0000000008100028 0x0 build-fx/src/box.c.o
.bss 0x0000000008100028 0x20 build-fx/src/world.c.o
0x0000000008100028 _death
0x000000000810002c _w_mario_starty
0x0000000008100030 _w_mario_startx
0x0000000008100034 _w_current_y
0x0000000008100038 _w_current_x
0x000000000810003c _w_fond
0x0000000008100040 _w_current
.bss 0x0000000008100048 0x0 build-fx/src/bonus.c.o
.bss 0x0000000008100048 0xb8 build-fx/src/save.c.o
0x0000000008100048 _progress_status
0x000000000810004c _level_highscores
COMMON 0x0000000008100100 0xb4 build-fx/src/save.c.o
0x0000000008100100 _level_best_times
.bss 0x00000000081001b4 0x24 build-fx/src/mario.c.o
0x00000000081001b4 _global_quit
0x00000000081001b8 _mario_star_mode
0x00000000081001bc _mario_immunity
0x00000000081001c0 _mario_dead
0x00000000081001c4 _mario_has_bullets
0x00000000081001c8 _mario_x_max
0x00000000081001cc _id_frame
.bss 0x00000000081001d8 0x0 build-fx/src/main.c.o
.bss 0x00000000081001d8 0x18 build-fx/src/keyboard.c.o
0x00000000081001d8 _keys
.bss 0x00000000081001f0 0x8 build-fx/src/ennemi.c.o
0x00000000081001f0 _ennemis_global_size
0x00000000081001f4 _ennemis_global
.bss 0x00000000081001f8 0x114 /home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgint-fx.a(stdio.c.o)
.bss 0x000000000810030c 0x0 /home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgint-fx.a(memory.c.o)
.bss 0x000000000810030c 0x0 /home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgint-fx.a(dtext.c.o)
.bss 0x000000000810030c 0x0 /home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgint-fx.a(topti.c.o)
.bss 0x000000000810030c 0x0 /home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgint-fx.a(drect.c.o)
.bss 0x000000000810030c 0x400 /home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgint-fx.a(dupdate.c.o)
.bss 0x000000000810070c 0x0 /home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgint-fx.a(masks.c.o)
.bss 0x000000000810070c 0x0 /home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgint-fx.a(dimage.c.o)
.bss 0x000000000810070c 0x0 /home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgint-fx.a(dclear.c.o)
.bss 0x000000000810070c 0x24 /home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgint-fx.a(keysc.c.o)
.bss 0x0000000008100730 0x0 /home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgint-fx.a(iokbd.c.o)
.bss 0x0000000008100730 0xc /home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgint-fx.a(getkey.c.o)
.bss 0x000000000810073c 0x0 /home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgint-fx.a(start.c.o)
.bss 0x000000000810073c 0x0 /home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgint-fx.a(exch.c.o)
.bss 0x000000000810073c 0x0 /home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgint-fx.a(syscalls.S.o)
.bss 0x000000000810073c 0x0 /home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgint-fx.a(setup.c.o)
.bss 0x000000000810073c 0x0 /home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgint-fx.a(hardware.c.o)
.bss 0x000000000810073c 0x0 /home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgint-fx.a(exch.s.o)
.bss 0x000000000810073c 0x0 /home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgint-fx.a(mmu.c.o)
.bss 0x000000000810073c 0x0 /home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgint-fx.a(topti.c.o)
.bss 0x000000000810073c 0x0 /home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgint-fx.a(dprint.c.o)
.bss 0x000000000810073c 0x0 /home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgint-fx.a(tmu.c.o)
.bss 0x000000000810073c 0x0 /home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgint-fx.a(sleep.c.o)
.bss 0x000000000810073c 0x0 /home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgint-fx.a(t6k11.c.o)
.bss 0x000000000810073c 0x0 /home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgint-fx.a(cpg.c.o)
.bss 0x000000000810073c 0x0 /home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgint-fx.a(topti-asm.s.o)
.bss 0x000000000810073c 0x0 /home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgint-fx.a(bopti-asm.s.o)
.bss 0x000000000810073c 0x0 /home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgint-fx.a(bopti.c.o)
.bss 0x000000000810073c 0x0 /home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgint-fx.a(vbr.s.o)
.bss 0x000000000810073c 0x0 /home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgint-fx.a(gint.c.o)
.bss 0x000000000810073c 0x0 /home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgint-fx.a(inth.S.o)
.bss 0x000000000810073c 0x0 /home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgint-fx.a(inth.s.o)
.bss 0x000000000810073c 0x4 /home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/liblog-fx.a(liblog.c.o)
.bss 0x0000000008100740 0x0 /home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgcc.a(_movmem.o)
.bss 0x0000000008100740 0x0 /home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgcc.a(_udivdi3.o)
.bss 0x0000000008100740 0x0 /home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgcc.a(_umoddi3.o)
.bss 0x0000000008100740 0x0 /home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgcc.a(_udivsi3.o)
.bss 0x0000000008100740 0x0 /home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgcc.a(_udiv_qrnnd_16.o)
.bss 0x0000000008100740 0x0 /home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgcc.a(_clz.o)
*(B R)
0x0000000008100740 . = ALIGN (0x10)
0x0000000000000740 _sbss = SIZEOF (.bss)
.data 0x0000000008100740 0x160 load address 0x000000000030e6ec
0x000000000030e6ec _ldata = LOADADDR (.data)
0x0000000008100740 _rdata = .
*(.data .data.*)
.data 0x0000000008100740 0x0 build-fx/src/levelchanger.c.o
.data 0x0000000008100740 0x0 build-fx/src/level.c.o
.data 0x0000000008100740 0x54 build-fx/src/config.c.o
0x0000000008100740 _loglevels
.data 0x0000000008100794 0x8 build-fx/src/score.c.o
0x0000000008100794 _combo_id
0x0000000008100798 _lifes
.data 0x000000000810079c 0x0 build-fx/src/tile.c.o
.data 0x000000000810079c 0x0 build-fx/src/plateforme.c.o
.data 0x000000000810079c 0x0 build-fx/src/box.c.o
.data 0x000000000810079c 0x0 build-fx/src/world.c.o
.data 0x000000000810079c 0x3c build-fx/src/bonus.c.o
.data 0x00000000081007d8 0x0 build-fx/src/save.c.o
.data 0x00000000081007d8 0x20 build-fx/src/mario.c.o
0x00000000081007d8 _last_vx_sign
0x00000000081007dc _mario
.data 0x00000000081007f8 0x0 build-fx/src/main.c.o
.data 0x00000000081007f8 0x0 build-fx/src/keyboard.c.o
.data 0x00000000081007f8 0x0 build-fx/src/ennemi.c.o
.data 0x00000000081007f8 0x68 /home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgint-fx.a(stdio.c.o)
0x00000000081007f8 _kprint_formatters
.data 0x0000000008100860 0x0 /home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgint-fx.a(memory.c.o)
.data 0x0000000008100860 0x0 /home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgint-fx.a(dtext.c.o)
.data 0x0000000008100860 0x8 /home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgint-fx.a(topti.c.o)
0x0000000008100860 _topti_font
0x0000000008100864 _gint_default_font
.data 0x0000000008100868 0x0 /home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgint-fx.a(drect.c.o)
.data 0x0000000008100868 0x0 /home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgint-fx.a(dupdate.c.o)
.data 0x0000000008100868 0x0 /home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgint-fx.a(masks.c.o)
.data 0x0000000008100868 0x0 /home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgint-fx.a(dimage.c.o)
.data 0x0000000008100868 0x0 /home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgint-fx.a(dclear.c.o)
.data 0x0000000008100868 0x0 /home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgint-fx.a(keysc.c.o)
.data 0x0000000008100868 0x0 /home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgint-fx.a(iokbd.c.o)
.data 0x0000000008100868 0x8 /home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgint-fx.a(getkey.c.o)
.data 0x0000000008100870 0x0 /home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgint-fx.a(start.c.o)
.data 0x0000000008100870 0x0 /home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgint-fx.a(exch.c.o)
.data 0x0000000008100870 0x0 /home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgint-fx.a(syscalls.S.o)
.data 0x0000000008100870 0x0 /home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgint-fx.a(setup.c.o)
.data 0x0000000008100870 0x0 /home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgint-fx.a(hardware.c.o)
.data 0x0000000008100870 0x0 /home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgint-fx.a(exch.s.o)
.data 0x0000000008100870 0x0 /home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgint-fx.a(mmu.c.o)
.data 0x0000000008100870 0x0 /home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgint-fx.a(topti.c.o)
.data 0x0000000008100870 0x0 /home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgint-fx.a(dprint.c.o)
.data 0x0000000008100870 0x0 /home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgint-fx.a(tmu.c.o)
.data 0x0000000008100870 0x0 /home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgint-fx.a(sleep.c.o)
.data 0x0000000008100870 0x0 /home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgint-fx.a(t6k11.c.o)
.data 0x0000000008100870 0x0 /home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgint-fx.a(cpg.c.o)
.data 0x0000000008100870 0x0 /home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgint-fx.a(topti-asm.s.o)
.data 0x0000000008100870 0x0 /home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgint-fx.a(bopti-asm.s.o)
.data 0x0000000008100870 0x0 /home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgint-fx.a(bopti.c.o)
.data 0x0000000008100870 0x0 /home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgint-fx.a(vbr.s.o)
.data 0x0000000008100870 0x0 /home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgint-fx.a(gint.c.o)
.data 0x0000000008100870 0x0 /home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgint-fx.a(inth.S.o)
.data 0x0000000008100870 0x0 /home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgint-fx.a(inth.s.o)
.data 0x0000000008100870 0x30 /home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/liblog-fx.a(liblog.c.o)
.data 0x00000000081008a0 0x0 /home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgcc.a(_movmem.o)
.data 0x00000000081008a0 0x0 /home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgcc.a(_udivdi3.o)
.data 0x00000000081008a0 0x0 /home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgcc.a(_umoddi3.o)
.data 0x00000000081008a0 0x0 /home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgcc.a(_udivsi3.o)
.data 0x00000000081008a0 0x0 /home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgcc.a(_udiv_qrnnd_16.o)
.data 0x00000000081008a0 0x0 /home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgcc.a(_clz.o)
*(D)
0x00000000081008a0 . = ALIGN (0x10)
.data.4 0x00000000081008a0 0x0 load address 0x000000000030e84c
*(.data.4)
0x00000000081008a0 . = ALIGN (0x10)
0x0000000000000160 _sdata = (SIZEOF (.data) + SIZEOF (.data.4))
0x00000000e5200000 . = ORIGIN (ilram)
.ilram 0x00000000e5200000 0x0 load address 0x000000000030e84c
0x000000000030e84c _lilram = LOADADDR (.ilram)
0x00000000e5200000 _rilram = .
*(.ilram)
0x00000000e5200000 . = ALIGN (0x10)
0x00000000e5007000 . = ORIGIN (xram)
.xram 0x00000000e5007000 0x0 load address 0x000000000030e84c
0x000000000030e84c _lxram = LOADADDR (.xram)
0x00000000e5007000 _rxram = .
*(.xram)
0x00000000e5007000 . = ALIGN (0x10)
0x00000000e5017000 . = ORIGIN (yram)
.yram 0x00000000e5017000 0x0 load address 0x000000000030e84c
0x000000000030e84c _lyram = LOADADDR (.yram)
0x00000000e5017000 _ryram = .
*(.yram)
0x00000000e5017000 . = ALIGN (0x10)
0x0000000000000000 _silram = SIZEOF (.ilram)
0x0000000000000000 _sxram = SIZEOF (.xram)
0x0000000000000000 _syram = SIZEOF (.yram)
0x000000008800df00 _gint_vbr = 0x8800df00
0x000000008800f400 . = ORIGIN (rram)
.gint.data 0x000000008800f400 0x140 load address 0x000000000030e84c
0x000000000030e84c _lgdata = LOADADDR (.gint.data)
0x000000008800f400 _rgdata = .
*(.gint.data .gint.data.*)
.gint.data 0x000000008800f400 0x4 /home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgint-fx.a(dupdate.c.o)
0x000000008800f400 _gint_vram
.gint.data 0x000000008800f404 0x24 /home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgint-fx.a(keysc.c.o)
.gint.data 0x000000008800f428 0x8 /home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgint-fx.a(exch.c.o)
0x000000008800f428 _gint_exc_catcher
0x000000008800f42c _gint_exc_panic
.gint.data 0x000000008800f430 0x70 /home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgint-fx.a(tmu.c.o)
.gint.data 0x000000008800f4a0 0x8 /home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgint-fx.a(t6k11.c.o)
.gint.data 0x000000008800f4a8 0x10 /home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgint-fx.a(gint.c.o)
0x000000008800f4a8 _SH7305_INTC
.gint.data.sh3
0x000000008800f4b8 0x24 /home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgint-fx.a(gint.c.o)
0x000000008800f4b8 _SH7705_INTC
*fill* 0x000000008800f4dc 0x4
.gint.data 0x000000008800f4e0 0x60 /home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgint-fx.a(inth.S.o)
0x000000008800f540 . = ALIGN (0x10)
0x0000000000000140 _sgdata = SIZEOF (.gint.data)
.gint.bss 0x000000008800f540 0x290 load address 0x000000000030e98c
*(.gint.bss .gint.bss.*)
.gint.bss 0x000000008800f540 0x180 /home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgint-fx.a(keysc.c.o)
.gint.bss 0x000000008800f6c0 0x1c /home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgint-fx.a(setup.c.o)
.gint.bss 0x000000008800f6dc 0x40 /home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgint-fx.a(hardware.c.o)
0x000000008800f6dc _gint
.gint.bss 0x000000008800f71c 0x88 /home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgint-fx.a(tmu.c.o)
.gint.bss 0x000000008800f7a4 0x1 /home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgint-fx.a(t6k11.c.o)
*fill* 0x000000008800f7a5 0x3
.gint.bss 0x000000008800f7a8 0x24 /home/gmilan/opt/sh-elf-2.33-9.2.0/lib/gcc/sh3eb-elf/9.2.0/libgint-fx.a(cpg.c.o)
0x000000008800f7d0 . = ALIGN (0x10)
*fill* 0x000000008800f7cc 0x4
0x0000000000000290 _sgbss = SIZEOF (.gint.bss)
/DISCARD/
*(.debug_info .debug_abbrev .debug_loc .debug_aranges .debug_ranges .debug_line .debug_str)
*(.jcr)
*(.eh_frame_hdr)
*(.eh_frame)
*(.comment)
OUTPUT(build-fx/SuperCbr.elf elf32-sh)

View File

@ -1,21 +0,0 @@
build-fx/src/bonus.c.o: src/bonus.c include/bonus.h include/box.h \
include/mario.h include/box.h include/world.h include/tile.h \
include/score.h include/ennemi.h include/constants.h
include/bonus.h:
include/box.h:
include/mario.h:
include/box.h:
include/world.h:
include/tile.h:
include/score.h:
include/ennemi.h:
include/constants.h:

Binary file not shown.

View File

@ -1,12 +0,0 @@
build-fx/src/box.c.o: src/box.c include/box.h include/world.h \
include/ennemi.h include/box.h include/score.h
include/box.h:
include/world.h:
include/ennemi.h:
include/box.h:
include/score.h:

Binary file not shown.

View File

@ -1,3 +0,0 @@
build-fx/src/config.c.o: src/config.c include/config.h
include/config.h:

Binary file not shown.

View File

@ -1,17 +0,0 @@
build-fx/src/ennemi.c.o: src/ennemi.c include/ennemi.h include/box.h \
include/mario.h include/box.h include/tile.h include/world.h \
include/score.h
include/ennemi.h:
include/box.h:
include/mario.h:
include/box.h:
include/tile.h:
include/world.h:
include/score.h:

Binary file not shown.

View File

@ -1,12 +0,0 @@
build-fx/src/keyboard.c.o: src/keyboard.c include/keyboard.h \
include/mario.h include/box.h include/score.h include/config.h
include/keyboard.h:
include/mario.h:
include/box.h:
include/score.h:
include/config.h:

Binary file not shown.

View File

@ -1,19 +0,0 @@
build-fx/src/level.c.o: src/level.c include/level.h include/world.h \
include/mario.h include/box.h include/score.h include/ennemi.h \
include/keyboard.h include/plateforme.h
include/level.h:
include/world.h:
include/mario.h:
include/box.h:
include/score.h:
include/ennemi.h:
include/keyboard.h:
include/plateforme.h:

Some files were not shown because too many files have changed in this diff Show More