Skip to content
View TorsteinOvstedal's full-sized avatar
🤓
🤓

Highlights

  • Pro
Block or Report

Block or report TorsteinOvstedal

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. USART on the MCU ATmega328p. USART on the MCU ATmega328p.
    1
    #ifndef USART_H
    2
    #define USART_H
    3
    
                  
    4
    #include <avr/io.h>
    5
    
                  
  2. hwx64 hwx64 Public

    Exploring x64 instruction encoding, System V and executables.

    Assembly

  3. nolibc nolibc Public

    C without libc (x64 linux)

    Assembly

  4. Syntax-directed translation using re... Syntax-directed translation using recursive-descent.
    1
    import io
    2
    import os
    3
    
                  
    4
    class SyntaxError(Exception): pass
    5