Skip to main content
Ctrl+K
Logo image

Chris Liu's Blog

Ctrl+K
  • Physics notes
  • Machine learning repo

Recent Posts

  • 30 March - A Quantitative Analysis of the pH Titration Curve for Monoprotic Acids
  • 24 February - An Interesting Integral
  • 15 February - Good Ol’ Tetris Now in Rust!
  • 05 January - Gambling… and Rust
  • 11 October - Java Data Types

Tags

  • algorithm
  • assembly
  • c
  • calculus
  • calling-convention
  • chemistry
  • clustering
  • database
  • dataset
  • electromagnetism
  • embedded
  • engineering
  • english
  • error-correction
  • esp8266
  • fortran
  • intro
  • java
  • kaggle
  • kmeans
  • linear-algebra
  • makefile
  • maths
  • micropython
  • mips
  • neural-network
  • nlp
  • object-detection
  • programming-language
  • robot
  • rust
  • school
  • scioly
  • sqlite
  • tcl
  • tetris
  • unsupervised

Categories

  • CS (8)
  • engineering (3)
  • machine-learning (5)
  • misc (5)
  • physics (1)

Archives

  • 2025 (4)
  • 2024 (4)
  • 2023 (14)

Posts tagged assembly

MIPS Assembly Part 1: Stacks and Subroutines

  • 16 September 2023
  • CS
  • calling-convention assembly mips

Having recently registered for a Computer Architechture & Organization course, I decided to take some time to start writing MIPS assembly code. However, no sooner had I started writing my first program than I encountered an obstacle: how to properly manipulate the stack and call subroutines.

Read more ...


By Chris Liu

© Copyright 2025, Chris Liu.