Execute Computer/Zero: Difference between revisions

m
formatting
(Created page with "{{task}}Category:Compilers and Interpreters {{implementation|Computer/zero Assembly}} {{omit from|Computer/zero Assembly}} ;Task: Create a Computer/zero Assembly emul...")
 
m (formatting)
Line 12:
 
 
<br></br>
 
=={{header|Z80 Assembly}}==
Line 178:
align 256
Computer_Zero_RAM_2x2:
db %00100011,%01100100
db %11100000,%00000010
db %00000010,%00000000
db %00000000,%00000000
db %00000000,%00000000
db %00000000,%00000000
db %00000000,%00000000
db %00000000,%00000000
db %00000000,%00000000
db %00000000,%00000000
db %00000000,%00000000
db %00000000,%00000000
db %00000000,%00000000
db %00000000,%00000000
db %00000000,%00000000
align 256
Computer_Zero_RAM_7x8:
1,489

edits