FrOSt-Foundation / cFrOSt

FrOSt, but in C
4 stars 0 forks source link

Use B and C instead of 0xF000 and 0xF001 to pass arguments to the interrupt handler #17

Closed L3nn0x closed 7 years ago

Yamakaky commented 8 years ago

B and C should be sufficient, you can always pass a struct if you want. For the return value, A is poped, so we can't use it.

L3nn0x commented 8 years ago

We can use B and C for return arguments too

azertyfun commented 7 years ago

Fixed by 0f105c54eb3881928d85f34ea231de881268b255