If you don't have 3D objects to bake textures for normal map and only have 2D images then this online tool can help you.
See this screenshot:
2D, 3D, game, games, online game, game development, game engine, programming, OpenGL, Open AI, math, graphics, design, graphic, graphics, game development, game engine, programming, web development, web art, web graphic, arts, tutorial, tutorials,
.global _start
_start:
mov r0,#1
mov r1,#3
push {r0,r1}
bl get_value
pop {r0,r1}
B end
get_value:
mov r0,#5
mov r1,#7
add r2,r0,r1
bx lr
end: