mirror of
https://github.com/vivier/EMILE.git
synced 2025-04-01 18:33:33 +00:00
Add commnets for InitGraf()
This commit is contained in:
parent
a359a656a5
commit
991245f956
@ -133,10 +133,12 @@ __modsi3:
|
||||
movel %d1, %d0
|
||||
rts
|
||||
|
||||
/* void InitGraf(void * port); */
|
||||
|
||||
.global InitGraf
|
||||
InitGraf:
|
||||
link %fp, #0
|
||||
move.l 8(%fp), -(%sp)
|
||||
move.l 8(%fp), -(%sp) /* port */
|
||||
dc.w 0xA86E
|
||||
unlk %fp
|
||||
rts
|
||||
|
Loading…
x
Reference in New Issue
Block a user