Skip to main content
Graph
Search
fr
en
Login
Search
All
Categories
Concepts
Courses
Lectures
MOOCs
People
Practice
Publications
Startups
Units
Show all results for
Home
Lecture
Code Generation: Examples, WebAssembly
Graph Chatbot
Related lectures (29)
Previous
Page 3 of 3
Next
Code Generation Lab
Covers generating code for a compiler, translating an Amy program to WebAssembly, including memory management and pattern matching compilation.
Integers Representation: Sign vs. Two's Complement
Explores integer representation methods, comparing sign-and-magnitude with two's complement, and introduces fixed-point and floating-point representations.
Floating Point Representation in Computers
Covers the representation of real numbers in a computer using floating point representation and the dangers of significant digit cancellation.
Information Representation: Real Numbers and Errors
Explores the representation of real numbers, errors, and precision in information.
Integer Representation: Positive Integers
Covers the representation of positive integers, binary notation, machine limitations, overflow, and floating-point representation.
Floating point numbers
Covers the concept of floating point numbers and their representation in computer systems.
Information Representation: Binary Representations
Explores binary information representation, efficiency, byte usage, and integer representation.
Logic Systems: Arithmetic Operations
Covers classic pen-and-paper methods for arithmetic operations and binary representations of numbers.
WASM Virtual Machine: Group 13
Explores the development of a WebAssembly Virtual Machine by Group 13, covering pipeline stages, interpreter structure, and stack management.