Atmosphère is a work-in-progress customized firmware for the Nintendo Switch.
Find a file
Mat M c94cfe4898 lock: Use stdatomic.h (#56)
Provides the same assembly output while using the standardized interface

e.g.

0000000000000000 <set_priv_smc_in_progress>:
   0:   90000000    adrp    x0, 0 <set_priv_smc_in_progress>
   4:   91000000    add x0, x0, #0x0
   8:   52800022    mov w2, #0x1                    // #1
   c:   d503201f    nop
  10:   085ffc01    ldaxrb  w1, [x0]
  14:   08037c02    stxrb   w3, w2, [x0]
  18:   35ffffc3    cbnz    w3, 10 <set_priv_smc_in_progress+0x10>
  1c:   72001c3f    tst w1, #0xff
  20:   54ffff81    b.ne    10 <set_priv_smc_in_progress+0x10>  // b.any
  24:   d65f03c0    ret
2018-02-25 22:59:48 -08:00
exosphere lock: Use stdatomic.h (#56) 2018-02-25 22:59:48 -08:00
.gitignore Failed attempt to fix loops not being unrolled, other fixes. 2018-02-25 21:41:16 +01:00
LICENSE Add license and disclaimer. 2018-01-17 23:54:38 -08:00
README.md Make exosphere subdir, start outlining SE driver API. 2018-02-16 23:55:08 -08:00

Atmosphère-NX

License

This is a placeholder repo reserved for any/all development work I do pertaining to customized firmware on the Nintendo Switch.