index
:
bootstrap.git
trunk
Bootstrapping a C compiler from scratch
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
03
Age
Commit message (
Collapse
)
Author
2022-01-07
finished preprocessor
pommicket
2022-01-07
rename 04b => 04, better 04 README
pommicket
2021-11-17
04a readme and corrections
pommicket
2021-11-14
03 readme minor edits
pommicket
2021-11-14
03 README
pommicket
2021-11-13
more label space, just in case
pommicket
2021-11-13
corrections in 03 compiler, better hello world program!
pommicket
2021-11-13
+=/-=/etc with immediates!!
pommicket
2021-11-13
jump above/below
pommicket
2021-11-13
error line numbers!
pommicket
2021-11-13
pretty much done 03 compiler!
pommicket
2021-11-13
return, reserve, align
pommicket
2021-11-13
str (hello wrold program is really simple now!)
pommicket
2021-11-13
second pass (+hello world!), call A
pommicket
2021-11-13
]=, ^=, also *fixed variable sar in previous compilers*
pommicket
2021-11-13
-=, shifts, and more
pommicket
2021-11-12
+=
pommicket
2021-11-12
conditional and unconditional jumps
pommicket
2021-11-12
useful functions
pommicket
2021-11-12
label lookup working!
pommicket
2021-11-11
numbers!
pommicket
2021-11-11
read decimal number
pommicket
2021-11-11
(03) storing label addresses
pommicket
2021-11-10
start stage 3--hex digit to number
pommicket