Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Awesome. I did something similar on the old Raspberry Pi Zeros which had the right chip for it. It was a Linux kernel module with with a bit implemented in ARM assembly. All it executed was an add, I always meant to go back and reverse more functionality of the instruction set.

    .byte 0x05 @ iconst_2
    .byte 0x06 @ iconst_3
    .byte 0x60 @ iadd
    .byte 0xAC @ ireturn


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: