Slashdot Mirror


TI vs. Calculator Hackers

Nyall writes "So a bunch of TI calculator programming enthusiasts got together to factor the keys Texas Instruments uses to sign the operating system binaries for the ti83+ (a z80 architecture) and the ti89/v200 (a 68k architecture) series of calculators. Now Texas Instruments is sending out DMCA notices to take them down."

3 of 463 comments (clear)

  1. Re:Math by joaommp · · Score: 0, Redundant

    no, that one would have rounding and divide errors

  2. Re:Math by Vintermann · · Score: 0, Redundant

    whoosh

    --
    xkcd is not in the sudoers file. This incident will be reported.
  3. Re:Math by Hal_Porter · · Score: 0, Redundant

    Whoosh.

    --
    echo -e 'global _start\n _start:\n mov eax, 2\n int 80h\n jmp _start' > a.asm; nasm a.asm -f elf; ld a.o -o a;