CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Mon, 04 Aug 2025 16:01:30 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20100423201344
location: https://web.archive.org/web/20100423201344/https://github.com/ujihisa/ria32
server-timing: captures_list;dur=0.743376, exclusion.robots;dur=0.025084, exclusion.robots.policy;dur=0.012156, esindex;dur=0.013312, cdx.remote;dur=15.700903, LoadShardBlock;dur=670.090415, PetaboxLoader3.datanode;dur=237.232201, PetaboxLoader3.resolve;dur=240.368744
x-app-server: wwwb-app217
x-ts: 302
x-tr: 760
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app217; path=/
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
HTTP/2 200
server: nginx
date: Mon, 04 Aug 2025 16:01:32 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.7.61
x-archive-orig-date: Fri, 23 Apr 2010 20:13:44 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-etag: "e17c63320f4c40be9c1ece03d601d3e4"
x-archive-orig-x-runtime: 106ms
x-archive-orig-content-length: 17973
x-archive-orig-cache-control: private, max-age=0, must-revalidate
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Fri, 23 Apr 2010 20:13:44 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Fri, 23 Apr 2010 20:13:44 GMT", ; rel="memento"; datetime="Fri, 23 Apr 2010 20:13:44 GMT", ; rel="next memento"; datetime="Mon, 11 Jun 2018 01:27:39 GMT", ; rel="last memento"; datetime="Wed, 30 Sep 2020 05:54:53 GMT"
content-security-policy: default-src 'self' 'unsafe-eval' 'unsafe-inline' data: blob: archive.org web.archive.org web-static.archive.org wayback-api.archive.org athena.archive.org analytics.archive.org pragma.archivelab.org wwwb-events.archive.org
x-archive-src: 52_15_20100423183910_crawl102-c/52_15_20100423201306_crawl101.arc.gz
server-timing: captures_list;dur=0.549439, exclusion.robots;dur=0.023426, exclusion.robots.policy;dur=0.010522, esindex;dur=0.011999, cdx.remote;dur=4.643576, LoadShardBlock;dur=1062.052036, PetaboxLoader3.resolve;dur=945.780912, PetaboxLoader3.datanode;dur=419.401452, load_resource;dur=563.572420
x-app-server: wwwb-app217
x-ts: 200
x-tr: 1688
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
content-encoding: gzip
ujihisa's ria32 at master - GitHub
ujihisa / ria32
- Source
- Commits
- Network (1)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
click here to add a description
click here to add a homepage
ria32 /
README.md
ria32: IA-32 Assembly Language Interpreter
Usage:
$ ria32 hello.s
Hello, world from scratch
Create IA-32 Assembly Language code on your Linux.
$ vim hello.c
#include<stdio.h>
int main(void) {
puts("Hello, world!");
return 0;
}
$ gcc -S hello.c
And run the assembly file on ria32 on your arbitrary machines.
$ ria32 hello.s
Author
Tatsuhiro Ujihisa https://ujihisa.blogspot.com/
Requirements
Ruby